Repository: thrift
Updated Branches:
  refs/heads/master 476cf694e -> 540e346d6


THRIFT-4008 broken ci due to upstream dependency versioning break
Client: Haskell
Patch: Jens Geyer

This closes #1145


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/60ac165a
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/60ac165a
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/60ac165a

Branch: refs/heads/master
Commit: 60ac165aeb6b86ae10bb554b107c273bfcde7a83
Parents: 476cf69
Author: Jens Geyer <[email protected]>
Authored: Wed Dec 28 01:25:10 2016 +0100
Committer: Jens Geyer <[email protected]>
Committed: Wed Dec 28 15:13:36 2016 +0100

----------------------------------------------------------------------
 lib/hs/Thrift.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/60ac165a/lib/hs/Thrift.cabal
----------------------------------------------------------------------
diff --git a/lib/hs/Thrift.cabal b/lib/hs/Thrift.cabal
index f7520f3..99c9749 100644
--- a/lib/hs/Thrift.cabal
+++ b/lib/hs/Thrift.cabal
@@ -40,7 +40,7 @@ Library
   Hs-Source-Dirs:
     src
   Build-Depends:
-    base >= 4, base < 5, containers, ghc-prim, attoparsec, binary, bytestring 
>= 0.10, base64-bytestring, hashable, HTTP, text, unordered-containers >= 
0.2.6, vector == 0.10.12.2, QuickCheck >= 2.8.2, split
+    base >= 4, base < 5, containers, ghc-prim, attoparsec, binary, bytestring 
>= 0.10, base64-bytestring, hashable, HTTP, text, unordered-containers >= 
0.2.6, vector >= 0.10.12.2, QuickCheck >= 2.8.2, split
   if flag(network-uri)
      build-depends: network-uri >= 2.6, network >= 2.6
   else

Reply via email to