summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2018-11-24 12:48:00 +0100
committerJasper Van der Jeugt <jaspervdj@gmail.com>2018-11-24 23:56:17 +0100
commite8652f22459f5761e115cfd2019349805f59206c (patch)
tree20b09ef9f7ecd1812443c8061d31586c5eced754
parentf3a17454fae3b140ada30ebef13f508179f4cd0d (diff)
downloadhakyll-e8652f22459f5761e115cfd2019349805f59206c.tar.gz
Bump dependencies
- Bump yaml to 0.11 - Bump pandoc to 2.4 - Bump pandoc-citeproc to 0.15
-rw-r--r--hakyll.cabal10
-rw-r--r--stack.yaml19
2 files changed, 15 insertions, 14 deletions
diff --git a/hakyll.cabal b/hakyll.cabal
index d818e75..040d41b 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -187,7 +187,7 @@ Library
time-locale-compat >= 0.1 && < 0.2,
unordered-containers >= 0.2 && < 0.3,
vector >= 0.11 && < 0.13,
- yaml >= 0.8.11 && < 0.11,
+ yaml >= 0.8.11 && < 0.12,
optparse-applicative >= 0.12 && < 0.15,
file-embed >= 0.0.10.1 && < 0.0.12
@@ -227,8 +227,8 @@ Library
Other-Modules:
Hakyll.Web.Pandoc.Binary
Build-Depends:
- pandoc >= 2.0.5 && < 2.3,
- pandoc-citeproc >= 0.14 && < 0.15
+ pandoc >= 2.0.5 && < 2.5,
+ pandoc-citeproc >= 0.14 && < 0.16
Cpp-options:
-DUSE_PANDOC
@@ -270,7 +270,7 @@ Test-suite hakyll-tests
filepath >= 1.0 && < 1.5,
text >= 0.11 && < 1.3,
unordered-containers >= 0.2 && < 0.3,
- yaml >= 0.8.11 && < 0.11
+ yaml >= 0.8.11 && < 0.12
If flag(previewServer)
Cpp-options:
@@ -321,4 +321,4 @@ Executable hakyll-website
base >= 4 && < 5,
directory >= 1.0 && < 1.4,
filepath >= 1.0 && < 1.5,
- pandoc >= 2.0.5 && < 2.3
+ pandoc >= 2.0.5 && < 2.5
diff --git a/stack.yaml b/stack.yaml
index 0b038b1..bfd8b43 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -1,4 +1,5 @@
-resolver: nightly-2018-08-29
+resolver: lts-12.14
+compiler: ghc-8.4.2
save-hackage-creds: false
flags:
@@ -23,12 +24,12 @@ build:
haddock-deps: false
extra-deps:
-- file-embed-0.0.11
-- QuickCheck-2.12.4
-- yaml-0.10.1.1
+- 'pandoc-2.4'
+- 'pandoc-citeproc-0.15'
+- 'yaml-0.11.0.0'
-- pandoc-2.2.3.2
-- pandoc-citeproc-0.14.3.1
-- HsYAML-0.1.1.2
-- aeson-1.3.1.1
-- rfc5051-0.1.0.3
+- 'libyaml-0.1.0.0'
+- 'HsYAML-0.1.1.2'
+- 'haddock-library-1.7.0'
+- 'hslua-1.0.1'
+- 'hslua-module-text-0.2.0'