summaryrefslogtreecommitdiffhomepage
path: root/stylish-haskell.cabal
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 /stylish-haskell.cabal
parentf21a477784cb7132a069771b29eb09eccbacfe00 (diff)
downloadstylish-haskell-5c07aa48cf6df1c150f5a051a27b86db95060f8d.tar.gz
Bump HUnit dependency0.5.14.3
Diffstat (limited to 'stylish-haskell.cabal')
-rw-r--r--stylish-haskell.cabal4
1 files changed, 2 insertions, 2 deletions
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...