summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--stylish-haskell.cabal8
1 files changed, 4 insertions, 4 deletions
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index 90c6111..96ca848 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -1,5 +1,5 @@
Name: stylish-haskell
-Version: 0.5.0.2
+Version: 0.5.1.0
Synopsis: Haskell code prettifier
Homepage: https://github.com/jaspervdj/stylish-haskell
License: BSD3
@@ -45,7 +45,7 @@ Library
Build-depends:
aeson >= 0.6 && < 0.7,
base >= 4 && < 5,
- bytestring >= 0.9 && < 0.10,
+ bytestring >= 0.9 && < 0.11,
containers >= 0.3 && < 0.6,
directory >= 1.1 && < 1.3,
filepath >= 1.1 && < 1.4,
@@ -66,7 +66,7 @@ Executable stylish-haskell
-- Copied from regular dependencies...
aeson >= 0.6 && < 0.7,
base >= 4 && < 5,
- bytestring >= 0.9 && < 0.10,
+ bytestring >= 0.9 && < 0.11,
containers >= 0.3 && < 0.6,
directory >= 1.1 && < 1.3,
filepath >= 1.1 && < 1.4,
@@ -98,7 +98,7 @@ Test-suite stylish-haskell-tests
-- Copied from regular dependencies...
aeson >= 0.6 && < 0.7,
base >= 4 && < 5,
- bytestring >= 0.9 && < 0.10,
+ bytestring >= 0.9 && < 0.11,
cmdargs >= 0.9 && < 0.11,
containers >= 0.3 && < 0.6,
directory >= 1.1 && < 1.3,