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

Patch: Kasper Janssens
Github Pull Request: This closes #222
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 @@
     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