From 2db34f050aa250c4c11a35cb201cc1c7a28d083d Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Mon, 17 Oct 2016 11:05:25 +0200 Subject: Move from test-framework to tasty --- hakyll.cabal | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'hakyll.cabal') diff --git a/hakyll.cabal b/hakyll.cabal index 28f5492..873faa7 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -232,18 +232,16 @@ Test-suite hakyll-tests TestSuite.Util Build-Depends: - HUnit >= 1.2 && < 1.4, - QuickCheck >= 2.4 && < 2.9, - test-framework >= 0.4 && < 0.9, - test-framework-hunit >= 0.3 && < 0.4, - test-framework-quickcheck2 >= 0.3 && < 0.4, + QuickCheck >= 2.8 && < 2.9, + tasty >= 0.11 && < 0.12, + tasty-hunit >= 0.9 && < 0.10, + tasty-quickcheck >= 0.8 && < 0.9, -- Copy pasted from hakyll dependencies: base >= 4.8 && < 5, binary >= 0.5 && < 0.9, blaze-html >= 0.5 && < 0.9, blaze-markup >= 0.5.1 && < 0.8, bytestring >= 0.9 && < 0.11, - cmdargs >= 0.10 && < 0.11, containers >= 0.3 && < 0.6, cryptohash >= 0.7 && < 0.12, data-default >= 0.4 && < 0.8, @@ -269,7 +267,7 @@ Test-suite hakyll-tests time-locale-compat >= 0.1 && < 0.2, unordered-containers >= 0.2 && < 0.3, vector >= 0.11 && < 0.12, - yaml >= 0.8.11 && < 0.9, + yaml >= 0.8.11 && < 0.9, optparse-applicative >= 0.12 && < 0.13 If flag(previewServer) -- cgit v1.2.3