This is an automated email from the ASF dual-hosted git repository. jensg pushed a commit to branch 0.12.1 in repository https://gitbox.apache.org/repos/asf/thrift.git
commit ca5855576d731be2b64b72cab040052a7e288cd0 Author: James E. King III <[email protected]> AuthorDate: Thu Jan 24 00:21:23 2019 -0500 THRIFT-4698: add haskell hackage sdist target and fix cabal file --- lib/hs/Makefile.am | 3 +++ lib/hs/thrift.cabal | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/hs/Makefile.am b/lib/hs/Makefile.am index 3cd8b57..ba156a1 100644 --- a/lib/hs/Makefile.am +++ b/lib/hs/Makefile.am @@ -39,6 +39,9 @@ install-exec-hook: clean-local: $(CABAL) clean +dist-local: + $(CABAL) sdist + maintainer-clean-local: $(CABAL) clean diff --git a/lib/hs/thrift.cabal b/lib/hs/thrift.cabal index c136480..b13cff4 100644 --- a/lib/hs/thrift.cabal +++ b/lib/hs/thrift.cabal @@ -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
