summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2015-09-28 11:58:10 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2015-09-28 11:58:10 +0200
commit5c07aa48cf6df1c150f5a051a27b86db95060f8d (patch)
tree7daf1e93d14a436d19b4df66970aca4149cf3378
parentf21a477784cb7132a069771b29eb09eccbacfe00 (diff)
downloadstylish-haskell-0.5.14.3.tar.gz
Bump HUnit dependency0.5.14.3
-rw-r--r--CHANGELOG3
-rw-r--r--stylish-haskell.cabal4
2 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 6069fd3..586e7ab 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+- 0.5.14.3
+ * Bump `HUnit` to 1.13
+
- 0.5.14.2
* Bump `aeson` to 0.10
* Bump `syb` to 0.6
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index b0e929d..c96ceb1 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -1,5 +1,5 @@
Name: stylish-haskell
-Version: 0.5.14.2
+Version: 0.5.14.3
Synopsis: Haskell code prettifier
Homepage: https://github.com/jaspervdj/stylish-haskell
License: BSD3
@@ -95,7 +95,7 @@ Test-suite stylish-haskell-tests
Language.Haskell.Stylish.Tests.Util
Build-depends:
- HUnit >= 1.2 && < 1.3,
+ HUnit >= 1.2 && < 1.4,
test-framework >= 0.4 && < 0.9,
test-framework-hunit >= 0.2 && < 0.4,
-- Copied from regular dependencies...