diff options
Diffstat (limited to 'hakyll.cabal')
-rw-r--r-- | hakyll.cabal | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hakyll.cabal b/hakyll.cabal index aed7f63..09e96bc 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -102,6 +102,7 @@ Library mtl >= 1 && < 2.2, old-locale >= 1.0 && < 1.1, old-time >= 1.0 && < 1.2, + cmdargs >= 0.10 && < 0.11, pandoc >= 1.9.3 && < 1.10, parsec >= 3.0 && < 3.2, process >= 1.0 && < 1.2, @@ -141,6 +142,7 @@ Library Other-Modules: Hakyll.Check + Hakyll.Commands Hakyll.Core.Compiler.Internal Hakyll.Core.Compiler.Require Hakyll.Core.Item.SomeItem @@ -205,6 +207,7 @@ Test-suite hakyll-tests mtl >= 1 && < 2.2, old-locale >= 1.0 && < 1.1, old-time >= 1.0 && < 1.2, + cmdargs >= 0.10 && < 0.11, pandoc >= 1.9.3 && < 1.10, parsec >= 3.0 && < 3.2, process >= 1.0 && < 1.2, |