summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Meier <roger@apache.org>2014-10-09 00:55:01 +0200
committerRoger Meier <roger@apache.org>2014-10-09 00:55:01 +0200
commit87caecf6f178ac76ebed3480ea99a3b4586b8cdc (patch)
tree54026ca74d494d9c78e5620eaa8103cf502af4d3
parent964082a8eb06a5f36eff87132a048cbb3ea5e7a5 (diff)
downloadthrift-87caecf6f178ac76ebed3480ea99a3b4586b8cdc.tar.gz
THRIFT-2705 make a package out of the haskell libraries for thrift
Patch: Kasper Janssens Github Pull Request: This closes #222
-rwxr-xr-xlib/hs/Thrift.cabal10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/hs/Thrift.cabal b/lib/hs/Thrift.cabal
index 9418c0416..b9501cb1f 100755
--- a/lib/hs/Thrift.cabal
+++ b/lib/hs/Thrift.cabal
@@ -70,13 +70,3 @@ Library
RecordWildCards,
ScopedTypeVariables,
TypeSynonymInstances
-
-Test-Suite tests
- Type:
- exitcode-stdio-1.0
- Hs-Source-Dirs:
- tests
- Build-Depends:
- base, QuickCheck, binary, bytestring, thrift, split
- Main-Is:
- JSONTests.hs