summaryrefslogtreecommitdiff
path: root/lambdacube-ir.haskell/lambdacube-ir.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'lambdacube-ir.haskell/lambdacube-ir.cabal')
-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,