summaryrefslogtreecommitdiff
path: root/lambdacube-compiler.cabal
diff options
context:
space:
mode:
authorPatai Gergely <patai.gergely@gmail.com>2016-01-14 22:39:21 +0200
committerPatai Gergely <patai.gergely@gmail.com>2016-01-14 22:39:21 +0200
commitc37b6760db8488e25a5fe91422bd1a861fadf154 (patch)
tree7f0bb12384aada0a59b72c025d3c661c4c8fe720 /lambdacube-compiler.cabal
parent4059d0c88aa624039040a47680f47682ba71021d (diff)
Changed aeson dep version to 0.10 for better stack support.
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 a6132319..f2528ef2 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.9.*, 165 aeson == 0.10.*,
166 bytestring == 0.10.*, 166 bytestring == 0.10.*,
167 filepath == 1.4.* 167 filepath == 1.4.*