From e26db2fcf2f7853aaa076f7e299dcdb433029cd1 Mon Sep 17 00:00:00 2001 From: Roger Meier Date: Mon, 18 Aug 2014 21:19:44 +0200 Subject: [PATCH] THRIFT-847 Test Framework harmonization across all languages Client: hs add split dependency to lib, not installed otherwise --- lib/hs/Thrift.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/hs/Thrift.cabal b/lib/hs/Thrift.cabal index 1b71ca79e..bd8829969 100755 --- a/lib/hs/Thrift.cabal +++ b/lib/hs/Thrift.cabal @@ -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 \ No newline at end of file + JSONTests.hs