summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCsaba Hruska <csaba.hruska@gmail.com>2016-02-05 12:59:39 +0100
committerCsaba Hruska <csaba.hruska@gmail.com>2016-02-05 12:59:39 +0100
commit5c49e2715396e62c012e504d0bfa6c15529e395d (patch)
treee4adeb1cb4dc85355b1c9ecea9f1091aa8740af2
parentfe9a7c6d0af59227ff34b098f2a5ba1359790ae8 (diff)
lower vector version
-rw-r--r--lambdacube-ir.haskell/lambdacube-ir.cabal7
1 files changed, 6 insertions, 1 deletions
diff --git a/lambdacube-ir.haskell/lambdacube-ir.cabal b/lambdacube-ir.haskell/lambdacube-ir.cabal
index 4ff27ed..f1626c7 100644
--- a/lambdacube-ir.haskell/lambdacube-ir.cabal
+++ b/lambdacube-ir.haskell/lambdacube-ir.cabal
@@ -24,6 +24,11 @@ library
24 -- other-modules: 24 -- other-modules:
25 other-extensions: OverloadedStrings, RecordWildCards, DeriveFunctor 25 other-extensions: OverloadedStrings, RecordWildCards, DeriveFunctor
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, containers >=0.5 && <0.6, vector >=0.11 && <0.12, text >=1.2 && <1.3, aeson >=0.9 && <0.11, mtl >=2.2 && <2.3 27 build-depends: base >=4.8 && <4.9,
28 containers >=0.5 && <0.6,
29 vector >=0.10 && <0.11,
30 text >=1.2 && <1.3,
31 aeson >=0.9 && <0.11,
32 mtl >=2.2 && <2.3
28 hs-source-dirs: src 33 hs-source-dirs: src
29 default-language: Haskell2010 34 default-language: Haskell2010