summaryrefslogtreecommitdiff
path: root/lambdacube-compiler.cabal
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-05-12 22:34:36 +0200
committerPéter Diviánszky <divipp@gmail.com>2016-05-12 22:34:36 +0200
commit5e8656f3e3f169c62defc2d8573c66a679c4757e (patch)
treedcef816f86976dac319faeede3c40de0abeb689d /lambdacube-compiler.cabal
parent4460e137aaea9edf282de7e363f12507eacdc8a4 (diff)
remove deepseq from compiler lib dependencies
Diffstat (limited to 'lambdacube-compiler.cabal')
-rw-r--r--lambdacube-compiler.cabal1
1 files changed, 0 insertions, 1 deletions
diff --git a/lambdacube-compiler.cabal b/lambdacube-compiler.cabal
index 9912743d..41aac8e5 100644
--- a/lambdacube-compiler.cabal
+++ b/lambdacube-compiler.cabal
@@ -79,7 +79,6 @@ library
79 aeson >= 0.9 && <1, 79 aeson >= 0.9 && <1,
80 base >=4.7 && <4.9, 80 base >=4.7 && <4.9,
81 containers >=0.5 && <0.6, 81 containers >=0.5 && <0.6,
82 deepseq,
83 directory, 82 directory,
84 exceptions >= 0.8 && <0.9, 83 exceptions >= 0.8 && <0.9,
85 filepath, 84 filepath,