summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndor Penzes <andor.penzes@gmail.com>2016-01-04 15:14:50 +0100
committerAndor Penzes <andor.penzes@gmail.com>2016-01-04 15:14:50 +0100
commit4917679d0452ac44d79b35d6764692f5be609eac (patch)
tree082186bdd2e83efa398557a5c977303fc1672f28
parentbd15012e3b90cfacf134d0386e05e5d1c97c3f8e (diff)
Add CAUTION comment in .cabal
-rw-r--r--lambdacube-compiler.cabal3
1 files changed, 3 insertions, 0 deletions
diff --git a/lambdacube-compiler.cabal b/lambdacube-compiler.cabal
index 893874b5..26340fc6 100644
--- a/lambdacube-compiler.cabal
+++ b/lambdacube-compiler.cabal
@@ -44,6 +44,8 @@ library
44 ExistentialQuantification 44 ExistentialQuantification
45 ScopedTypeVariables 45 ScopedTypeVariables
46 ParallelListComp 46 ParallelListComp
47
48 -- CAUTION: When the build-depends change, please bump the git submodule in lambdacube-docker repository
47 build-depends: 49 build-depends:
48 -- compiler 50 -- compiler
49 aeson >= 0.9 && <1, 51 aeson >= 0.9 && <1,
@@ -67,6 +69,7 @@ executable lambdacube-compiler-test-suite
67 hs-source-dirs: src 69 hs-source-dirs: src
68 main-is: runTests.hs 70 main-is: runTests.hs
69 71
72 -- CAUTION: When the build-depends change, please bump the git submodule in lambdacube-docker repository
70 build-depends: 73 build-depends:
71 aeson >= 0.9 && <1, 74 aeson >= 0.9 && <1,
72 base < 4.9, 75 base < 4.9,