THRIFT-944. hs: Support all version-4s of base
authorBryan Duxbury <bryanduxbury@apache.org>
Wed, 6 Oct 2010 00:01:43 +0000 (00:01 +0000)
committerBryan Duxbury <bryanduxbury@apache.org>
Wed, 6 Oct 2010 00:01:43 +0000 (00:01 +0000)
Patch: Christian Lavoie

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@1004859 13f79535-47bb-0310-9956-ffa450edef68

lib/hs/Thrift.cabal

index c087b59..8dbaaef 100644 (file)
@@ -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