diff options
-rw-r--r-- | hakyll.cabal | 4 |
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 |