THRIFT-4698: add haskell hackage sdist target and fix cabal file

This commit is contained in:
James E. King III 2019-01-24 00:21:23 -05:00 committed by Jens Geyer
parent 52da9ab801
commit c685cb05d4
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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