summaryrefslogtreecommitdiff
path: root/stack.yaml
diff options
context:
space:
mode:
authorJasper Van der Jeugt <jaspervdj@gmail.com>2018-01-15 18:01:22 +0100
committerGitHub <noreply@github.com>2018-01-15 18:01:22 +0100
commit37bf3fe9555406eeb12485c20aa99c25065e0760 (patch)
tree474cacc73f8bd548772b0ba6a085802824e59923 /stack.yaml
parenta88a91d06e57172840ef068f261c88e21eb60665 (diff)
downloadhakyll-37bf3fe9555406eeb12485c20aa99c25065e0760.tar.gz
Various dependency bumps
- Bump binary to 0.9 - Bump pandoc to 2.1 - Bump pandoc-citeproc to 0.13 - Bump http-types to 0.11 - Bump QuickCheck to 2.11 - Bump tasty to 1.0 - Bump tasty-hunit to 0.10 - Remove system-filepath dependency
Diffstat (limited to 'stack.yaml')
-rw-r--r--stack.yaml14
1 files changed, 10 insertions, 4 deletions
diff --git a/stack.yaml b/stack.yaml
index cde8c86..fdf7dd4 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -1,4 +1,4 @@
-resolver: nightly-2017-12-14
+resolver: nightly-2018-01-15
extra-package-dbs: []
flags:
@@ -11,10 +11,16 @@ flags:
packages:
- '.'
+allow-newer: True
+
extra-deps:
- - hslua-module-text-0.1.2
- - skylighting-0.5
- - pandoc-citeproc-0.12.2.2
+ - 'binary-0.9.0.0'
+ - 'http-types-0.11'
+ - 'pandoc-2.1'
+ - 'pandoc-citeproc-0.13'
+ - 'QuickCheck-2.11.3'
+ - 'tasty-1.0.0.1'
+ - 'tasty-hunit-0.10.0.1'
nix:
enable: false