summaryrefslogtreecommitdiffhomepage
path: root/stylish-haskell.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'stylish-haskell.cabal')
-rw-r--r--stylish-haskell.cabal18
1 files changed, 9 insertions, 9 deletions
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index e8e6bb7..aef50e4 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -1,5 +1,5 @@
Name: stylish-haskell
-Version: 0.7.1.0
+Version: 0.8.1.0
Synopsis: Haskell code prettifier
Homepage: https://github.com/jaspervdj/stylish-haskell
License: BSD3
@@ -49,7 +49,7 @@ Library
Paths_stylish_haskell
Build-depends:
- aeson >= 0.6 && < 1.2,
+ aeson >= 0.6 && < 1.3,
base >= 4.8 && < 5,
bytestring >= 0.9 && < 0.11,
containers >= 0.3 && < 0.6,
@@ -57,7 +57,7 @@ Library
filepath >= 1.1 && < 1.5,
haskell-src-exts >= 1.18 && < 1.20,
mtl >= 2.0 && < 2.3,
- syb >= 0.3 && < 0.7,
+ syb >= 0.3 && < 0.8,
yaml >= 0.7 && < 0.9
Executable stylish-haskell
@@ -68,9 +68,9 @@ Executable stylish-haskell
Build-depends:
stylish-haskell,
strict >= 0.3 && < 0.4,
- optparse-applicative >= 0.12 && < 0.14,
+ optparse-applicative >= 0.12 && < 0.15,
-- Copied from regular dependencies...
- aeson >= 0.6 && < 1.2,
+ aeson >= 0.6 && < 1.3,
base >= 4.8 && < 5,
bytestring >= 0.9 && < 0.11,
containers >= 0.3 && < 0.6,
@@ -78,7 +78,7 @@ Executable stylish-haskell
filepath >= 1.1 && < 1.5,
haskell-src-exts >= 1.18 && < 1.20,
mtl >= 2.0 && < 2.3,
- syb >= 0.3 && < 0.7,
+ syb >= 0.3 && < 0.8,
yaml >= 0.7 && < 0.9
Test-suite stylish-haskell-tests
@@ -112,11 +112,11 @@ Test-suite stylish-haskell-tests
Language.Haskell.Stylish.Verbose
Build-depends:
- HUnit >= 1.2 && < 1.6,
+ HUnit >= 1.2 && < 1.7,
test-framework >= 0.4 && < 0.9,
test-framework-hunit >= 0.2 && < 0.4,
-- Copied from regular dependencies...
- aeson >= 0.6 && < 1.2,
+ aeson >= 0.6 && < 1.3,
base >= 4.8 && < 5,
bytestring >= 0.9 && < 0.11,
containers >= 0.3 && < 0.6,
@@ -124,7 +124,7 @@ Test-suite stylish-haskell-tests
filepath >= 1.1 && < 1.5,
haskell-src-exts >= 1.18 && < 1.20,
mtl >= 2.0 && < 2.3,
- syb >= 0.3 && < 0.7,
+ syb >= 0.3 && < 0.8,
yaml >= 0.7 && < 0.9
Source-repository head