diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-10-16 22:18:03 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-10-16 22:18:03 +0200 |
commit | 8625ff21a92baa2a4c210b80d2e24897041b32ad (patch) | |
tree | 4e2f9f9d75a78f12602c98b2ad68de1f7b0b8c64 | |
parent | bd1dcd6fe849f51cfef4cd08554898303773aafb (diff) | |
download | pandoc-8625ff21a92baa2a4c210b80d2e24897041b32ad.tar.gz |
Update stack.yamls to use pandoc-types 1.17 release.
-rw-r--r-- | deb/stack.yaml | 1 | ||||
-rw-r--r-- | osx/stack.yaml | 1 | ||||
-rw-r--r-- | stack.yaml | 4 | ||||
-rw-r--r-- | 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 |