mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 18:58:51 +00:00
THRIFT-847 Test Framework harmonization across all languages
Client: hs add split dependency to lib, not installed otherwise
This commit is contained in:
parent
311f7157a2
commit
e26db2fcf2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user