From 5dcdd62bee26960b746345442d91d65ae01783b3 Mon Sep 17 00:00:00 2001 From: Péter Diviánszky Date: Sat, 9 Jan 2016 02:27:51 +0100 Subject: 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. --- lambdacube-compiler.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lambdacube-compiler.cabal') 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 executable lambdacube-compiler-unit-tests - hs-source-dirs: src, test + hs-source-dirs: test main-is: UnitTests.hs default-language: Haskell2010 @@ -87,7 +87,7 @@ executable lambdacube-compiler-unit-tests executable lambdacube-compiler-test-suite - hs-source-dirs: src + hs-source-dirs: test main-is: runTests.hs -- CAUTION: When the build-depends change, please bump the git submodule in lambdacube-docker repository -- cgit v1.2.3