summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2012-12-09 18:40:29 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2012-12-09 18:40:29 +0100
commit79415286b04f95fc0ba035fd2f28715b9427cfbf (patch)
treedc47aaad003c82b4cf5182db3e31223345afc678
parent3af347e74ac6927ffc36245d395219ea523ededd (diff)
downloadstylish-haskell-79415286b04f95fc0ba035fd2f28715b9427cfbf.tar.gz
Bump test-framework dependency0.5.5.2
-rw-r--r--stylish-haskell.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index b8539b9..fdf9c99 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -1,5 +1,5 @@
Name: stylish-haskell
-Version: 0.5.5.1
+Version: 0.5.5.2
Synopsis: Haskell code prettifier
Homepage: https://github.com/jaspervdj/stylish-haskell
License: BSD3
@@ -93,7 +93,7 @@ Test-suite stylish-haskell-tests
Build-depends:
HUnit >= 1.2 && < 1.3,
- test-framework >= 0.4 && < 0.8,
+ test-framework >= 0.4 && < 0.9,
test-framework-hunit >= 0.2 && < 0.4,
-- Copied from regular dependencies...
aeson >= 0.6 && < 0.7,