summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2012-12-29 20:19:41 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2012-12-29 20:19:41 +0100
commit010b3bc60449b47b4347f4ae3277e4277d9e8bde (patch)
treecac3f20d177dd1fb658599b38b84c580dc9e665f
parent506a67c2740546a30c8939c9d208123ed17cbc7b (diff)
downloadhakyll-010b3bc60449b47b4347f4ae3277e4277d9e8bde.tar.gz
Tests needs unix
-rw-r--r--hakyll.cabal4
1 files changed, 3 insertions, 1 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index caa46ae..aed7f63 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -212,7 +212,9 @@ Test-suite hakyll-tests
regex-tdfa >= 1.1 && < 1.2,
tagsoup >= 0.12.6 && < 0.13,
text >= 0.11 && < 1.12,
- time >= 1.1 && < 1.5
+ time >= 1.1 && < 1.5,
+ -- Bonus copypasta
+ unix >= 2.4 && < 2.7
Other-modules:
Hakyll.Core.Dependencies.Tests