From 46e25a082d71bf9a48f84c0e19fa076e4e69ca2c Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Wed, 29 Dec 2021 17:44:12 +0200 Subject: Remove stupid nonsense --- hakyll.cabal | 6 +++--- 1 file 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 -- cgit v1.2.3