summaryrefslogtreecommitdiffhomepage
path: root/stylish-haskell.cabal
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2018-04-26 19:40:16 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2018-04-26 19:40:16 +0200
commit6973e248377dc58029f890b590bb29f787ca4a5e (patch)
tree7aa3b73533bf6aa87ddaed24f1e9833a49eedddd /stylish-haskell.cabal
parentc2c85171c6598b6e8a57fb0c314096339848ebc9 (diff)
downloadstylish-haskell-6973e248377dc58029f890b590bb29f787ca4a5e.tar.gz
Bump aeson to 1.3
Diffstat (limited to 'stylish-haskell.cabal')
-rw-r--r--stylish-haskell.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index f839c36..169775d 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -48,7 +48,7 @@ Library
Paths_stylish_haskell
Build-depends:
- aeson >= 0.6 && < 1.3,
+ aeson >= 0.6 && < 1.4,
base >= 4.8 && < 5,
bytestring >= 0.9 && < 0.11,
containers >= 0.3 && < 0.6,
@@ -71,7 +71,7 @@ Executable stylish-haskell
strict >= 0.3 && < 0.4,
optparse-applicative >= 0.12 && < 0.15,
-- Copied from regular dependencies...
- aeson >= 0.6 && < 1.3,
+ aeson >= 0.6 && < 1.4,
base >= 4.8 && < 5,
bytestring >= 0.9 && < 0.11,
containers >= 0.3 && < 0.6,