THRIFT-2641 Improvements to Haskell Compiler/Libraries
- test/test.sh integration
- add json and compact protocol
This closes #175
Signed-off-by: Roger Meier <roger@apache.org>
diff --git a/tutorial/hs/ThriftTutorial.cabal b/tutorial/hs/ThriftTutorial.cabal
index 6cc29e8..b38fc5c 100755
--- a/tutorial/hs/ThriftTutorial.cabal
+++ b/tutorial/hs/ThriftTutorial.cabal
@@ -37,7 +37,7 @@
Hs-Source-Dirs:
., gen-hs/
Build-Depends:
- base >= 4, base < 5, network, ghc-prim, containers, thrift, vector, unordered-containers, text, hashable, bytestring
+ base >= 4, base < 5, network, ghc-prim, containers, thrift, vector, unordered-containers, text, hashable, bytestring, QuickCheck
Extensions:
DeriveDataTypeable,
ExistentialQuantification,
@@ -53,7 +53,7 @@
Hs-Source-Dirs:
., gen-hs/
Build-Depends:
- base >= 4, base < 5, network, ghc-prim, containers, thrift, vector
+ base >= 4, base < 5, network, ghc-prim, containers, thrift, vector, QuickCheck
Extensions:
DeriveDataTypeable,
ExistentialQuantification,