summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2018-04-26 19:56:58 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2018-04-26 19:56:58 +0200
commit7e0a27893e376c8bcfa7abfa1f531e544e5e5e58 (patch)
treeb6b783b147b53c233af017f1e247ccc33e3031c8
parent37182d2785a7a901f9b828f27a37dc1bd3e15813 (diff)
downloadstylish-haskell-7e0a27893e376c8bcfa7abfa1f531e544e5e5e58.tar.gz
Bump aeson to 1.3 for tests
-rw-r--r--stylish-haskell.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index 2f481ac..acf598f 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -118,7 +118,7 @@ Test-suite stylish-haskell-tests
test-framework >= 0.4 && < 0.9,
test-framework-hunit >= 0.2 && < 0.4,
-- 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,