summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2016-11-28 11:37:30 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2016-11-28 11:37:30 +0100
commit010aecde2603d8d8b6945e4a181ac91e5e5f94d9 (patch)
treed7f8420b0e1c514b38f4567d6da1868e0adfdc87
parenta3fd55c538b35e1271f81dba3b022f81e3a80952 (diff)
downloadstylish-haskell-010aecde2603d8d8b6945e4a181ac91e5e5f94d9.tar.gz
Bump HUnit dependency to 1.5
-rw-r--r--stylish-haskell.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index 4c44c09..649fce7 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -112,7 +112,7 @@ Test-suite stylish-haskell-tests
Language.Haskell.Stylish.Verbose
Build-depends:
- HUnit >= 1.2 && < 1.4,
+ HUnit >= 1.2 && < 1.6,
test-framework >= 0.4 && < 0.9,
test-framework-hunit >= 0.2 && < 0.4,
-- Copied from regular dependencies...