summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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,