summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2017-01-23 13:40:49 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2017-01-23 13:40:49 +0100
commit259efd365c477e16b005f350e6aed1862ce1e06d (patch)
tree8cdc238840aced0dfc157f2e5fe302f6e2ed7bcf
parentc5f4b981309476be8b3e591584d18d3309511e00 (diff)
downloadstylish-haskell-259efd365c477e16b005f350e6aed1862ce1e06d.tar.gz
Bump dependencies
- Bump `aeson` to 1.1 - Bump `directory` to 1.3 - Bump `haskell-src-exts` to 1.19
-rw-r--r--stylish-haskell.cabal18
1 files changed, 9 insertions, 9 deletions
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index 3c1e57e..b34d15f 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -49,13 +49,13 @@ Library
Paths_stylish_haskell
Build-depends:
- aeson >= 0.6 && < 1.1,
+ aeson >= 0.6 && < 1.2,
base >= 4.8 && < 5,
bytestring >= 0.9 && < 0.11,
containers >= 0.3 && < 0.6,
- directory >= 1.1 && < 1.3,
+ directory >= 1.1 && < 1.4,
filepath >= 1.1 && < 1.5,
- haskell-src-exts >= 1.18 && < 1.19,
+ haskell-src-exts >= 1.18 && < 1.20,
mtl >= 2.0 && < 2.3,
syb >= 0.3 && < 0.7,
yaml >= 0.7 && < 0.9
@@ -70,13 +70,13 @@ Executable stylish-haskell
strict >= 0.3 && < 0.4,
optparse-applicative >= 0.12 && < 0.14,
-- Copied from regular dependencies...
- aeson >= 0.6 && < 1.1,
+ aeson >= 0.6 && < 1.2,
base >= 4.8 && < 5,
bytestring >= 0.9 && < 0.11,
containers >= 0.3 && < 0.6,
- directory >= 1.1 && < 1.3,
+ directory >= 1.1 && < 1.4,
filepath >= 1.1 && < 1.5,
- haskell-src-exts >= 1.18 && < 1.19,
+ haskell-src-exts >= 1.18 && < 1.20,
mtl >= 2.0 && < 2.3,
syb >= 0.3 && < 0.7,
yaml >= 0.7 && < 0.9
@@ -116,13 +116,13 @@ 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.1,
+ aeson >= 0.6 && < 1.2,
base >= 4.8 && < 5,
bytestring >= 0.9 && < 0.11,
containers >= 0.3 && < 0.6,
- directory >= 1.1 && < 1.3,
+ directory >= 1.1 && < 1.4,
filepath >= 1.1 && < 1.5,
- haskell-src-exts >= 1.18 && < 1.19,
+ haskell-src-exts >= 1.18 && < 1.20,
mtl >= 2.0 && < 2.3,
syb >= 0.3 && < 0.7,
yaml >= 0.7 && < 0.9