summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2016-10-17 11:05:25 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2016-10-17 11:05:25 +0200
commit2db34f050aa250c4c11a35cb201cc1c7a28d083d (patch)
tree380377956068c0bb0499dc5366249f9e1ff34458 /hakyll.cabal
parent43e78fcdc755adcac61b3d2f1645037d3eff8fbb (diff)
downloadhakyll-2db34f050aa250c4c11a35cb201cc1c7a28d083d.tar.gz
Move from test-framework to tasty
Diffstat (limited to 'hakyll.cabal')
-rw-r--r--hakyll.cabal12
1 files changed, 5 insertions, 7 deletions
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)