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:
|
clean-local:
|
||||||
$(CABAL) clean
|
$(CABAL) clean
|
||||||
|
|
||||||
|
dist-local:
|
||||||
|
$(CABAL) sdist
|
||||||
|
|
||||||
maintainer-clean-local:
|
maintainer-clean-local:
|
||||||
$(CABAL) clean
|
$(CABAL) clean
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
Name: thrift
|
Name: thrift
|
||||||
Version: 0.12.0
|
Version: 0.12.0
|
||||||
Cabal-Version: 1.24
|
Cabal-Version: 1.24
|
||||||
License: OtherLicense
|
License: Apache
|
||||||
Category: Foreign
|
Category: Foreign
|
||||||
Build-Type: Simple
|
Build-Type: Simple
|
||||||
Synopsis: Haskell bindings for the Apache Thrift RPC system
|
Synopsis: Haskell bindings for the Apache Thrift RPC system
|
||||||
|
Loading…
Reference in New Issue
Block a user