diff options
author | James E. King, III <jking@apache.org> | 2017-01-28 16:00:09 -0500 |
---|---|---|
committer | James E. King, III <jking@apache.org> | 2017-01-28 16:00:09 -0500 |
commit | 8656670fe27408f81d35b10c5edabfaebfbd17fe (patch) | |
tree | de60d3937b4fce379b73aec9978ed473d4866543 /lib | |
parent | b88a25a47fcf1f63a85ce2d11a8e6579085997a9 (diff) | |
download | thrift-8656670fe27408f81d35b10c5edabfaebfbd17fe.tar.gz |
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
Diffstat (limited to 'lib')
-rw-r--r-- | lib/hs/Thrift.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hs/Thrift.cabal b/lib/hs/Thrift.cabal index 99c97492c..f919127a2 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 |