summaryrefslogtreecommitdiff
path: root/lambdacube-compiler.cabal
diff options
context:
space:
mode:
authorCsaba Hruska <csaba.hruska@gmail.com>2016-01-13 13:04:43 +0100
committerCsaba Hruska <csaba.hruska@gmail.com>2016-01-13 13:04:52 +0100
commitce62adbbf15a76b055c060c1758a740294519131 (patch)
treedadf6ca22f5f3482b471083ab49280f4a2a8aaa1 /lambdacube-compiler.cabal
parent25146fc5f9b116d41ee45fd41ac5a71f419396c4 (diff)
add command line tool
Diffstat (limited to 'lambdacube-compiler.cabal')
-rw-r--r--lambdacube-compiler.cabal14
1 files changed, 14 insertions, 0 deletions
diff --git a/lambdacube-compiler.cabal b/lambdacube-compiler.cabal
index ad4a64e9..c0fb78c0 100644
--- a/lambdacube-compiler.cabal
+++ b/lambdacube-compiler.cabal
@@ -148,3 +148,17 @@ executable lambdacube-compiler-coverage-test-suite
148 text >= 1.2 && <1.3, 148 text >= 1.2 && <1.3,
149 lambdacube-ir, 149 lambdacube-ir,
150 vector >= 0.11 && <0.12 150 vector >= 0.11 && <0.12
151
152
153executable lc
154 hs-source-dirs: tool
155 main-is: Compiler.hs
156 default-language: Haskell2010
157
158 -- CAUTION: When the build-depends change, please bump the git submodule in lambdacube-docker repository
159 build-depends:
160 base < 4.9,
161 lambdacube-compiler,
162 optparse-applicative == 0.11.*,
163 aeson == 0.9.*,
164 bytestring == 0.10.*