summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjfarrell <jfarrell@apache.org>2016-12-19 14:39:43 -0500
committerjfarrell <jfarrell@apache.org>2016-12-19 14:39:43 -0500
commit842b14f42fb6243afb46704987b3b5c7ffd433c5 (patch)
tree777037f9a3235e22853c42127ecde8449ae58afc
parentf39d4c8535472db962930fb22d733a4f32ed6fc1 (diff)
downloadthrift-842b14f42fb6243afb46704987b3b5c7ffd433c5.tar.gz
THRIFT-4008: broken ci due to upstream dependency versioning break
Client: hs Patch: jfarrell Pin vector dependency in the lib/hs cabal file to ensure the upstream latest version is not used due to issues with it.
-rw-r--r--lib/hs/Thrift.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hs/Thrift.cabal b/lib/hs/Thrift.cabal
index fd3f692a6..f7520f353 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, 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