summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2012-12-05 17:27:38 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2012-12-05 17:27:38 +0100
commit3af347e74ac6927ffc36245d395219ea523ededd (patch)
tree897e117668e32ef93b64527a8f678f3e0062bfce
parent34cc01fd2d2e2110784873d436b7fb5664b69af8 (diff)
downloadstylish-haskell-3af347e74ac6927ffc36245d395219ea523ededd.tar.gz
Bump test-framework dependency0.5.5.1
-rw-r--r--stylish-haskell.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index 18e4a66..b8539b9 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -1,5 +1,5 @@
Name: stylish-haskell
-Version: 0.5.5.0
+Version: 0.5.5.1
Synopsis: Haskell code prettifier
Homepage: https://github.com/jaspervdj/stylish-haskell
License: BSD3
@@ -93,8 +93,8 @@ Test-suite stylish-haskell-tests
Build-depends:
HUnit >= 1.2 && < 1.3,
- test-framework >= 0.4 && < 0.7,
- test-framework-hunit >= 0.2 && < 0.3,
+ test-framework >= 0.4 && < 0.8,
+ test-framework-hunit >= 0.2 && < 0.4,
-- Copied from regular dependencies...
aeson >= 0.6 && < 0.7,
base >= 4 && < 5,