summaryrefslogtreecommitdiff
path: root/lambdacube-ir.haskell/lambdacube-ir.cabal
diff options
context:
space:
mode:
authorAndor Penzes <andor.penzes@gmail.com>2016-01-04 15:13:50 +0100
committerAndor Penzes <andor.penzes@gmail.com>2016-01-04 15:13:50 +0100
commit49792e23151dd2950c1feee5712d3ea9a967de2b (patch)
treec32c52fbc534b9bcec45969c17e9cc256c510efb /lambdacube-ir.haskell/lambdacube-ir.cabal
parentbefc5afb22b36d744c403d103d591c5d190d394f (diff)
Add CAUTION comment in .cabal
Diffstat (limited to 'lambdacube-ir.haskell/lambdacube-ir.cabal')
-rw-r--r--lambdacube-ir.haskell/lambdacube-ir.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/lambdacube-ir.haskell/lambdacube-ir.cabal b/lambdacube-ir.haskell/lambdacube-ir.cabal
index 3356340..e2e51c2 100644
--- a/lambdacube-ir.haskell/lambdacube-ir.cabal
+++ b/lambdacube-ir.haskell/lambdacube-ir.cabal
@@ -19,6 +19,7 @@ library
19 exposed-modules: IR, Linear 19 exposed-modules: IR, Linear
20 -- other-modules: 20 -- other-modules:
21 other-extensions: OverloadedStrings, RecordWildCards, DeriveFunctor 21 other-extensions: OverloadedStrings, RecordWildCards, DeriveFunctor
22 -- CAUTION: When the build-depends change, please bump the git submodule in lambdacube-docker repository
22 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.10 23 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.10
23 hs-source-dirs: src 24 hs-source-dirs: src
24 default-language: Haskell2010 \ No newline at end of file 25 default-language: Haskell2010 \ No newline at end of file