summaryrefslogtreecommitdiff
path: root/lambdacube-compiler.cabal
diff options
context:
space:
mode:
authorCsaba Hruska <csaba.hruska@gmail.com>2016-02-24 11:31:31 +0100
committerCsaba Hruska <csaba.hruska@gmail.com>2016-02-24 11:31:31 +0100
commit95e497050a191a68da9f170af13f0f10b01b7f91 (patch)
treef6ec2ad0be621d6e1deed8d635323ae5ba2f0b8c /lambdacube-compiler.cabal
parentd649ea202101a85fa317e426209a8142fdd0b79b (diff)
adjust aeson constraint
Diffstat (limited to 'lambdacube-compiler.cabal')
-rw-r--r--lambdacube-compiler.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/lambdacube-compiler.cabal b/lambdacube-compiler.cabal
index 5dde939e..3cd05b98 100644
--- a/lambdacube-compiler.cabal
+++ b/lambdacube-compiler.cabal
@@ -167,7 +167,7 @@ executable lc
167 base < 4.9, 167 base < 4.9,
168 lambdacube-compiler, 168 lambdacube-compiler,
169 optparse-applicative == 0.12.*, 169 optparse-applicative == 0.12.*,
170 aeson >= 0.9 && < 0.11, 170 aeson >= 0.9 && <1,
171 bytestring == 0.10.*, 171 bytestring == 0.10.*,
172 filepath == 1.4.* 172 filepath == 1.4.*
173 173
@@ -192,7 +192,7 @@ executable lambdacube-backend-test-server
192 lambdacube-ir == 0.3.*, 192 lambdacube-ir == 0.3.*,
193 pretty-show >= 1.6.9, 193 pretty-show >= 1.6.9,
194 optparse-applicative == 0.12.*, 194 optparse-applicative == 0.12.*,
195 aeson >= 0.9 && < 0.11, 195 aeson >= 0.9 && <1,
196 bytestring == 0.10.*, 196 bytestring == 0.10.*,
197 filepath == 1.4.*, 197 filepath == 1.4.*,
198 directory, 198 directory,