summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-06-14 11:16:57 +0200
committerPéter Diviánszky <divipp@gmail.com>2016-06-14 11:16:57 +0200
commite2386c8a0feea845e89022c6a919b01c87c6c17a (patch)
tree4ceecab38c8d761edcb85443a1ffad8413d6896d
parentfff7adc8e51bdb13c266f0777101e4ead75df1d8 (diff)
allow newer base
-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 a5313a7..eef6c4d 100644
--- a/lambdacube-ir.haskell/lambdacube-ir.cabal
+++ b/lambdacube-ir.haskell/lambdacube-ir.cabal
@@ -24,7 +24,7 @@ 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, 27 build-depends: base >=4.8 && <4.10,
28 containers >=0.5 && <0.6, 28 containers >=0.5 && <0.6,
29 vector >=0.11 && <0.12, 29 vector >=0.11 && <0.12,
30 text >=1.2 && <1.3, 30 text >=1.2 && <1.3,