summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2012-09-20 09:03:13 +0900
committerJasper Van der Jeugt <m@jaspervdj.be>2012-09-20 09:03:13 +0900
commitbb432c025c876f476fb9cfe6ea2c4297d54a3262 (patch)
tree1fb049062e33675ef9e8b70fa48c364d2f075652
parenta0f61c5e145361b1910aa9ad71783370efbccc51 (diff)
downloadstylish-haskell-0.5.1.0.tar.gz
Bump bytestring dependency0.5.1.0
-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,