From 8625ff21a92baa2a4c210b80d2e24897041b32ad Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 16 Oct 2016 22:18:03 +0200 Subject: Update stack.yamls to use pandoc-types 1.17 release. --- deb/stack.yaml | 1 + osx/stack.yaml | 1 + stack.yaml | 4 +--- windows/stack.yaml | 4 +--- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/deb/stack.yaml b/deb/stack.yaml index 76f0ae5df..1b1227704 100644 --- a/deb/stack.yaml +++ b/deb/stack.yaml @@ -17,4 +17,5 @@ extra-deps: - pandoc-citeproc-0.10.1.2 - doctemplates-0.1.0.2 - texmath-0.8.6.6 +- pandoc-types-1.17 resolver: lts-7.2 diff --git a/osx/stack.yaml b/osx/stack.yaml index e1e8bc2ca..368dd44c1 100644 --- a/osx/stack.yaml +++ b/osx/stack.yaml @@ -20,4 +20,5 @@ extra-deps: - pandoc-citeproc-0.10.1.2 - doctemplates-0.1.0.2 - texmath-0.8.6.6 +- pandoc-types-1.17 resolver: lts-7.2 diff --git a/stack.yaml b/stack.yaml index 834d863ab..d28585252 100644 --- a/stack.yaml +++ b/stack.yaml @@ -7,10 +7,8 @@ flags: network-uri: true packages: - '.' -- location: - git: https://github.com/jgm/pandoc-types.git - commit: 6580565f7271eb2d15a4d71c3415316850f47b29 extra-deps: - doctemplates-0.1.0.2 - texmath-0.8.6.6 +- pandoc-types-1.17 resolver: lts-7.2 diff --git a/windows/stack.yaml b/windows/stack.yaml index cd7f2998d..e8cd9d258 100644 --- a/windows/stack.yaml +++ b/windows/stack.yaml @@ -13,10 +13,8 @@ flags: debug: false packages: - '..' -- location: - git: https://github.com/jgm/pandoc-types.git - commit: 6580565f7271eb2d15a4d71c3415316850f47b29 extra-deps: +- pandoc-types-1.17 - texmath-0.8.6.6 - pandoc-citeproc-0.10.1.2 - doctemplates-0.1.0.2 -- cgit v1.2.3