summaryrefslogtreecommitdiff
path: root/lambdacube-compiler.cabal
diff options
context:
space:
mode:
authorAndor Penzes <andor.penzes@gmail.com>2016-01-07 10:58:59 +0100
committerAndor Penzes <andor.penzes@gmail.com>2016-01-07 10:59:06 +0100
commitb63c48d05c0f6776e0242d5bf78fbc16936cf91d (patch)
tree56e5890e9ebb7da8cf03dc20402a14407f1efb1e /lambdacube-compiler.cabal
parent0b772048f6d54535f04b5580e70af80362d75ecb (diff)
unit tests are now in an exectable
Diffstat (limited to 'lambdacube-compiler.cabal')
-rw-r--r--lambdacube-compiler.cabal9
1 files changed, 2 insertions, 7 deletions
diff --git a/lambdacube-compiler.cabal b/lambdacube-compiler.cabal
index d3b43274..bcbd6db6 100644
--- a/lambdacube-compiler.cabal
+++ b/lambdacube-compiler.cabal
@@ -48,7 +48,6 @@ library
48 48
49 -- CAUTION: When the build-depends change, please bump the git submodule in lambdacube-docker repository 49 -- CAUTION: When the build-depends change, please bump the git submodule in lambdacube-docker repository
50 build-depends: 50 build-depends:
51 -- compiler
52 aeson >= 0.9 && <1, 51 aeson >= 0.9 && <1,
53 base >=4.7 && <4.9, 52 base >=4.7 && <4.9,
54 containers >=0.5 && <0.6, 53 containers >=0.5 && <0.6,
@@ -62,17 +61,13 @@ library
62 pretty-compact >=1.0 && <1.1, 61 pretty-compact >=1.0 && <1.1,
63 text >= 1.2 && <1.3, 62 text >= 1.2 && <1.3,
64 lambdacube-ir, 63 lambdacube-ir,
65 vector >= 0.11 && <0.12, 64 vector >= 0.11 && <0.12
66 65
67 QuickCheck >= 2.8 && <2.9,
68 tasty >= 0.11 && <0.12,
69 tasty-quickcheck >=0.8 && <0.9
70 hs-source-dirs: src 66 hs-source-dirs: src
71 default-language: Haskell2010 67 default-language: Haskell2010
72 68
73 69
74test-suite lambdacube-compiler-unit-tests 70executable lambdacube-compiler-unit-tests
75 type: exitcode-stdio-1.0
76 hs-source-dirs: src, test 71 hs-source-dirs: src, test
77 main-is: Main.hs 72 main-is: Main.hs
78 default-language: Haskell2010 73 default-language: Haskell2010