mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 02:45:22 +00:00
THRIFT-4698: add haskell hackage sdist target and fix cabal file
This commit is contained in:
parent
52da9ab801
commit
c685cb05d4
@ -39,6 +39,9 @@ install-exec-hook:
|
||||
clean-local:
|
||||
$(CABAL) clean
|
||||
|
||||
dist-local:
|
||||
$(CABAL) sdist
|
||||
|
||||
maintainer-clean-local:
|
||||
$(CABAL) clean
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
Name: thrift
|
||||
Version: 0.12.0
|
||||
Cabal-Version: 1.24
|
||||
License: OtherLicense
|
||||
License: Apache
|
||||
Category: Foreign
|
||||
Build-Type: Simple
|
||||
Synopsis: Haskell bindings for the Apache Thrift RPC system
|
||||
|
Loading…
Reference in New Issue
Block a user