THRIFT-847 Test Framework harmonization across all languages

Client: hs
add split dependency to lib, not installed otherwise
This commit is contained in:
Roger Meier 2014-08-18 21:19:44 +02:00
parent 311f7157a2
commit e26db2fcf2

View File

@ -36,7 +36,7 @@ Library
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 @@ Test-Suite tests
Build-Depends:
base, QuickCheck, binary, bytestring, thrift, split
Main-Is:
JSONTests.hs
JSONTests.hs