summaryrefslogtreecommitdiff
path: root/lambdacube-compiler.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'lambdacube-compiler.cabal')
-rw-r--r--lambdacube-compiler.cabal4
1 files changed, 3 insertions, 1 deletions
diff --git a/lambdacube-compiler.cabal b/lambdacube-compiler.cabal
index 77a335a3..30f7bb24 100644
--- a/lambdacube-compiler.cabal
+++ b/lambdacube-compiler.cabal
@@ -65,7 +65,9 @@ library
65 parsec >= 3.1 && <3.2, 65 parsec >= 3.1 && <3.2,
66 pretty-compact >=1.0 && <1.1, 66 pretty-compact >=1.0 && <1.1,
67 exceptions >= 0.8 && <0.9, 67 exceptions >= 0.8 && <0.9,
68 deepseq 68 deepseq,
69 aeson >= 0.9 && <1,
70 text >= 1.2 && <1.3
69 hs-source-dirs: . 71 hs-source-dirs: .
70 default-language: Haskell2010 72 default-language: Haskell2010
71 73