You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jk...@apache.org on 2017/01/28 21:03:09 UTC

thrift git commit: THRIFT-4044 work around an hspec-core 2.4.0 library issue causing all build job #17 on Travis CI to fail Client: Haskell

Repository: thrift
Updated Branches:
  refs/heads/master b88a25a47 -> 8656670fe


THRIFT-4044 work around an hspec-core 2.4.0 library issue causing all build job #17 on Travis CI to fail
Client: Haskell

This closes #1168


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

Branch: refs/heads/master
Commit: 8656670fe27408f81d35b10c5edabfaebfbd17fe
Parents: b88a25a
Author: James E. King, III <jk...@apache.org>
Authored: Sat Jan 28 16:00:09 2017 -0500
Committer: James E. King, III <jk...@apache.org>
Committed: Sat Jan 28 16:00:09 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/thrift/blob/8656670f/lib/hs/Thrift.cabal
----------------------------------------------------------------------
diff --git a/lib/hs/Thrift.cabal b/lib/hs/Thrift.cabal
index 99c9749..f919127 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, hspec-core < 2.4.0, 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