Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
371372e
)
THRIFT-944. hs: Support all version-4s of base
author
Bryan Duxbury
<bryanduxbury@apache.org>
Wed, 6 Oct 2010 00:01:43 +0000
(
00:01
+0000)
committer
Bryan 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
patch
|
blob
|
history
diff --git
a/lib/hs/Thrift.cabal
b/lib/hs/Thrift.cabal
index
c087b59
..
8dbaaef
100644
(file)
--- 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