diff options
-rw-r--r-- | hakyll.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hakyll.cabal b/hakyll.cabal index 4699235..04256e8 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -179,7 +179,7 @@ Library data-default >= 0.4 && < 0.8, deepseq >= 1.3 && < 1.5, directory >= 1.2.7.0 && < 1.4, - file-embed >= 0.0.10.1 && < 0.0.15, + file-embed >= 0.0.10.1, filepath >= 1.0 && < 1.5, hashable >= 1.0 && < 2, lifted-async >= 0.10 && < 1, @@ -239,7 +239,7 @@ Library Other-Modules: Hakyll.Web.Pandoc.Binary Build-Depends: - pandoc >= 2.11 && < 2.15 + pandoc >= 2.11 Cpp-options: -DUSE_PANDOC @@ -335,4 +335,4 @@ Executable hakyll-website base >= 4 && < 5, directory >= 1.0 && < 1.4, filepath >= 1.0 && < 1.5, - pandoc >= 2.11 && < 2.15 + pandoc >= 2.11 |