summaryrefslogtreecommitdiffhomepage
path: root/stylish-haskell.cabal
diff options
context:
space:
mode:
authorBrandon Chinn <brandon@leapyear.io>2019-01-02 02:53:05 -0800
committerJasper Van der Jeugt <jaspervdj@gmail.com>2019-01-02 11:53:05 +0100
commit3da91c53431af1b43dda27316588502ab113f7ec (patch)
treedc653f073482f7e16b9200446928cc100613006d /stylish-haskell.cabal
parentea534a99e7f4684906ae4aff7328673b1ec4e3b5 (diff)
downloadstylish-haskell-3da91c53431af1b43dda27316588502ab113f7ec.tar.gz
Update bounds to support >= lts-2.5 (#227)
Diffstat (limited to 'stylish-haskell.cabal')
-rw-r--r--stylish-haskell.cabal12
1 files changed, 6 insertions, 6 deletions
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index d811274..4305675 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -49,7 +49,7 @@ Library
Paths_stylish_haskell
Build-depends:
- aeson >= 0.6 && < 1.4,
+ aeson >= 0.6 && < 1.5,
base >= 4.8 && < 5,
bytestring >= 0.9 && < 0.11,
containers >= 0.3 && < 0.7,
@@ -60,7 +60,7 @@ Library
mtl >= 2.0 && < 2.3,
semigroups >= 0.18 && < 0.19,
syb >= 0.3 && < 0.8,
- yaml >= 0.7 && < 0.10
+ yaml >= 0.8.11 && < 0.12
Executable stylish-haskell
Ghc-options: -Wall
@@ -72,7 +72,7 @@ Executable stylish-haskell
strict >= 0.3 && < 0.4,
optparse-applicative >= 0.12 && < 0.15,
-- Copied from regular dependencies...
- aeson >= 0.6 && < 1.4,
+ aeson >= 0.6 && < 1.5,
base >= 4.8 && < 5,
bytestring >= 0.9 && < 0.11,
containers >= 0.3 && < 0.7,
@@ -82,7 +82,7 @@ Executable stylish-haskell
haskell-src-exts >= 1.18 && < 1.21,
mtl >= 2.0 && < 2.3,
syb >= 0.3 && < 0.8,
- yaml >= 0.7 && < 0.10
+ yaml >= 0.8.11 && < 0.12
Test-suite stylish-haskell-tests
Ghc-options: -Wall
@@ -121,7 +121,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.4,
+ aeson >= 0.6 && < 1.5,
base >= 4.8 && < 5,
bytestring >= 0.9 && < 0.11,
containers >= 0.3 && < 0.7,
@@ -131,7 +131,7 @@ Test-suite stylish-haskell-tests
haskell-src-exts >= 1.18 && < 1.21,
mtl >= 2.0 && < 2.3,
syb >= 0.3 && < 0.8,
- yaml >= 0.7 && < 0.10
+ yaml >= 0.8.11 && < 0.12
Source-repository head
Type: git