summaryrefslogtreecommitdiff
path: root/stack.yaml
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 /stack.yaml
parentf3a17454fae3b140ada30ebef13f508179f4cd0d (diff)
downloadhakyll-e8652f22459f5761e115cfd2019349805f59206c.tar.gz
Bump dependencies
- Bump yaml to 0.11 - Bump pandoc to 2.4 - Bump pandoc-citeproc to 0.15
Diffstat (limited to 'stack.yaml')
-rw-r--r--stack.yaml19
1 files changed, 10 insertions, 9 deletions
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'