You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ro...@apache.org on 2014/10/09 01:03:41 UTC

git commit: THRIFT-2705 make a package out of the haskell libraries for thrift

Repository: thrift
Updated Branches:
  refs/heads/master 964082a8e -> 87caecf6f


THRIFT-2705 make a package out of the haskell libraries for thrift

Patch: Kasper Janssens
Github Pull Request: This closes #222


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/87caecf6
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/87caecf6
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/87caecf6

Branch: refs/heads/master
Commit: 87caecf6f178ac76ebed3480ea99a3b4586b8cdc
Parents: 964082a
Author: Roger Meier <ro...@apache.org>
Authored: Thu Oct 9 00:55:01 2014 +0200
Committer: Roger Meier <ro...@apache.org>
Committed: Thu Oct 9 00:55:01 2014 +0200

----------------------------------------------------------------------
 lib/hs/Thrift.cabal | 10 ----------
 1 file changed, 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/87caecf6/lib/hs/Thrift.cabal
----------------------------------------------------------------------
diff --git a/lib/hs/Thrift.cabal b/lib/hs/Thrift.cabal
index 9418c04..b9501cb 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