[commit: packages/deepseq] master: Bump HUnit upper bound (#12) (534e6ae)
git at git.haskell.org
git at git.haskell.org
Wed Apr 20 13:05:20 UTC 2016
Repository : ssh://git@git.haskell.org/deepseq
On branch : master
Link : http://git.haskell.org/packages/deepseq.git/commitdiff/534e6aef80ce8c6d2aed975b41d8333275be3db5
>---------------------------------------------------------------
commit 534e6aef80ce8c6d2aed975b41d8333275be3db5
Author: Moritz Kiefer <moritz.kiefer at purelyfunctional.org>
Date: Sun Apr 17 11:54:53 2016 +0200
Bump HUnit upper bound (#12)
>---------------------------------------------------------------
534e6aef80ce8c6d2aed975b41d8333275be3db5
deepseq.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/deepseq.cabal b/deepseq.cabal
index 0be26e7..c617f5c 100644
--- a/deepseq.cabal
+++ b/deepseq.cabal
@@ -84,4 +84,4 @@ test-suite deepseq-generics-tests
-- end of packages with inherited version constraints
test-framework == 0.8.*,
test-framework-hunit == 0.3.*,
- HUnit == 1.2.*
+ HUnit >= 1.2 && < 1.4
More information about the ghc-commits
mailing list