summaryrefslogtreecommitdiff
path: root/hakyll.cabal
diff options
context:
space:
mode:
authorVeronika Romashkina <vrom911@gmail.com>2020-02-26 10:49:03 +0000
committerGitHub <noreply@github.com>2020-02-26 11:49:03 +0100
commitd2ee5b2b0eb2afb970ab8d4feed84434dc8236e0 (patch)
tree56a3be8e658dfc134259c61314cca00964f692d8 /hakyll.cabal
parent7b924e7d6b98db7de64fa8fc5cae14a3ea35965c (diff)
downloadhakyll-d2ee5b2b0eb2afb970ab8d4feed84434dc8236e0.tar.gz
Support GHC-8.8
Add MonadFail instances and constraints.
Diffstat (limited to 'hakyll.cabal')
-rw-r--r--hakyll.cabal10
1 files changed, 5 insertions, 5 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index 927498c..90ba220 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -179,15 +179,15 @@ Library
lrucache >= 1.1.1 && < 1.3,
mtl >= 1 && < 2.3,
network-uri >= 2.6 && < 2.7,
- optparse-applicative >= 0.12 && < 0.15,
+ optparse-applicative >= 0.12 && < 0.16,
parsec >= 3.0 && < 3.2,
process >= 1.6 && < 1.7,
random >= 1.0 && < 1.2,
- regex-tdfa >= 1.1 && < 1.3,
+ regex-tdfa >= 1.1 && < 1.4,
resourcet >= 1.1 && < 1.3,
scientific >= 0.3.4 && < 0.4,
tagsoup >= 0.13.1 && < 0.15,
- template-haskell >= 2.14 && < 2.15,
+ template-haskell >= 2.14 && < 2.16,
text >= 0.11 && < 1.3,
time >= 1.8 && < 1.10,
time-locale-compat >= 0.1 && < 0.2,
@@ -231,7 +231,7 @@ Library
Other-Modules:
Hakyll.Web.Pandoc.Binary
Build-Depends:
- pandoc >= 2.0.5 && < 2.8,
+ pandoc >= 2.0.5 && < 2.10,
pandoc-citeproc >= 0.14 && < 0.17
Cpp-options:
-DUSE_PANDOC
@@ -326,4 +326,4 @@ Executable hakyll-website
base >= 4 && < 5,
directory >= 1.0 && < 1.4,
filepath >= 1.0 && < 1.5,
- pandoc >= 2.0.5 && < 2.8
+ pandoc >= 2.0.5 && < 2.10