summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCsaba Hruska <csaba.hruska@gmail.com>2016-02-05 19:48:55 +0100
committerCsaba Hruska <csaba.hruska@gmail.com>2016-02-05 19:48:55 +0100
commitc775c8adcdb7869cec3346208f54c9a1b9a957a1 (patch)
treeae5770121488ec63e324c86515efa4abceafc592
parent5c49e2715396e62c012e504d0bfa6c15529e395d (diff)
adjust vector version
-rw-r--r--lambdacube-ir.haskell/lambdacube-ir.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/lambdacube-ir.haskell/lambdacube-ir.cabal b/lambdacube-ir.haskell/lambdacube-ir.cabal
index f1626c7..751ea4f 100644
--- a/lambdacube-ir.haskell/lambdacube-ir.cabal
+++ b/lambdacube-ir.haskell/lambdacube-ir.cabal
@@ -26,7 +26,7 @@ library
26 -- CAUTION: When the build-depends change, please bump the git submodule in lambdacube-docker repository 26 -- CAUTION: When the build-depends change, please bump the git submodule in lambdacube-docker repository
27 build-depends: base >=4.8 && <4.9, 27 build-depends: base >=4.8 && <4.9,
28 containers >=0.5 && <0.6, 28 containers >=0.5 && <0.6,
29 vector >=0.10 && <0.11, 29 vector >=0.11 && <0.12,
30 text >=1.2 && <1.3, 30 text >=1.2 && <1.3,
31 aeson >=0.9 && <0.11, 31 aeson >=0.9 && <0.11,
32 mtl >=2.2 && <2.3 32 mtl >=2.2 && <2.3