summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--deb/stack.yaml1
-rw-r--r--osx/stack.yaml1
-rw-r--r--stack.yaml4
-rw-r--r--windows/stack.yaml4
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