summaryrefslogtreecommitdiff
path: root/lambdacube-compiler.cabal
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-01-09 02:27:51 +0100
committerPéter Diviánszky <divipp@gmail.com>2016-01-09 02:27:51 +0100
commit5dcdd62bee26960b746345442d91d65ae01783b3 (patch)
tree39f2571ebac8f0ba0e14b1f67bc2fe29d4484c5d /lambdacube-compiler.cabal
parent07f8d5d2cbd1c3520284a0b13bfc1579b2a92680 (diff)
Avoid to recompile the library 3 times when using cabal install. Now it is a bit more complicated to use ghci; look at the notes in the README file.
Diffstat (limited to 'lambdacube-compiler.cabal')
-rw-r--r--lambdacube-compiler.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/lambdacube-compiler.cabal b/lambdacube-compiler.cabal
index 8a0549fe..4c43bf99 100644
--- a/lambdacube-compiler.cabal
+++ b/lambdacube-compiler.cabal
@@ -68,7 +68,7 @@ library
68 68
69 69
70executable lambdacube-compiler-unit-tests 70executable lambdacube-compiler-unit-tests
71 hs-source-dirs: src, test 71 hs-source-dirs: test
72 main-is: UnitTests.hs 72 main-is: UnitTests.hs
73 default-language: Haskell2010 73 default-language: Haskell2010
74 74
@@ -87,7 +87,7 @@ executable lambdacube-compiler-unit-tests
87 87
88 88
89executable lambdacube-compiler-test-suite 89executable lambdacube-compiler-test-suite
90 hs-source-dirs: src 90 hs-source-dirs: test
91 main-is: runTests.hs 91 main-is: runTests.hs
92 92
93 -- CAUTION: When the build-depends change, please bump the git submodule in lambdacube-docker repository 93 -- CAUTION: When the build-depends change, please bump the git submodule in lambdacube-docker repository