From: Bryan Duxbury Date: Wed, 6 Oct 2010 00:01:43 +0000 (+0000) Subject: THRIFT-944. hs: Support all version-4s of base X-Git-Tag: 0.6.0~139 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=ffca7e17202bc045f6a5ac3489c9f6a5e3b61d4c;p=common%2Fthrift.git THRIFT-944. hs: Support all version-4s of base Patch: Christian Lavoie git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@1004859 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/lib/hs/Thrift.cabal b/lib/hs/Thrift.cabal index c087b591..8dbaaef9 100644 --- a/lib/hs/Thrift.cabal +++ b/lib/hs/Thrift.cabal @@ -34,7 +34,7 @@ Library Hs-Source-Dirs: src Build-Depends: - base == 4, network, ghc-prim, binary, bytestring, HTTP + base >= 4, base < 5, network, ghc-prim, binary, bytestring, HTTP Exposed-Modules: Thrift, Thrift.Protocol, Thrift.Transport, Thrift.Protocol.Binary Thrift.Transport.Handle, Thrift.Transport.HttpClient, Thrift.Server