THRIFT-847 Test Framework harmonization across all languages
Client: hs
add split dependency to lib, not installed otherwise
diff --git a/lib/hs/Thrift.cabal b/lib/hs/Thrift.cabal
index 1b71ca7..bd88299 100755
--- a/lib/hs/Thrift.cabal
+++ b/lib/hs/Thrift.cabal
@@ -36,7 +36,7 @@
Hs-Source-Dirs:
src
Build-Depends:
- base >= 4, base < 5, containers, network, ghc-prim, attoparsec, binary, bytestring >= 0.10, hashable, HTTP, text, unordered-containers, vector, QuickCheck
+ base >= 4, base < 5, containers, network, ghc-prim, attoparsec, binary, bytestring >= 0.10, hashable, HTTP, text, unordered-containers, vector, QuickCheck, split
Exposed-Modules:
Thrift,
Thrift.Arbitraries
@@ -70,4 +70,4 @@
Build-Depends:
base, QuickCheck, binary, bytestring, thrift, split
Main-Is:
- JSONTests.hs
\ No newline at end of file
+ JSONTests.hs