summaryrefslogtreecommitdiff
path: root/lambdacube-compiler.cabal
diff options
context:
space:
mode:
authorAndor Penzes <andor.penzes@gmail.com>2016-01-18 11:57:45 +0100
committerAndor Penzes <andor.penzes@gmail.com>2016-01-18 11:57:45 +0100
commit582c5766f295bd6b0098d4bfaa9c14ca6012794f (patch)
tree53ffa41d365289f1d996eab9f227a4c747eea9a8 /lambdacube-compiler.cabal
parente530e12e0cf896edd1b243e1deb6bfab58e6ec50 (diff)
Set aeson dependency of lc to >=0.9 && <0.11
Diffstat (limited to 'lambdacube-compiler.cabal')
-rw-r--r--lambdacube-compiler.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/lambdacube-compiler.cabal b/lambdacube-compiler.cabal
index f2528ef2..f794a264 100644
--- a/lambdacube-compiler.cabal
+++ b/lambdacube-compiler.cabal
@@ -162,6 +162,6 @@ executable lc
162 base < 4.9, 162 base < 4.9,
163 lambdacube-compiler, 163 lambdacube-compiler,
164 optparse-applicative == 0.12.*, 164 optparse-applicative == 0.12.*,
165 aeson == 0.10.*, 165 aeson >= 0.9 && < 0.11,
166 bytestring == 0.10.*, 166 bytestring == 0.10.*,
167 filepath == 1.4.* 167 filepath == 1.4.*