diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2021-12-29 17:44:12 +0200 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2021-12-29 17:45:23 +0200 |
commit | 46e25a082d71bf9a48f84c0e19fa076e4e69ca2c (patch) | |
tree | ea1c2dc60a98d5e438c2f9e9e46c09cae8a28ec1 | |
parent | 8ce817dd4453f35ce92afa531c540554429c7299 (diff) | |
download | hakyll-46e25a082d71bf9a48f84c0e19fa076e4e69ca2c.tar.gz |
-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 |