summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
Diffstat (limited to 'windows')
-rw-r--r--windows/stack-appveyor.yaml26
-rw-r--r--windows/stack.yaml6
2 files changed, 5 insertions, 27 deletions
diff --git a/windows/stack-appveyor.yaml b/windows/stack-appveyor.yaml
deleted file mode 100644
index 049494db8..000000000
--- a/windows/stack-appveyor.yaml
+++ /dev/null
@@ -1,26 +0,0 @@
-flags:
- pandoc:
- trypandoc: false
- https: true
- embed_data_files: true
- old-locale: false
- network-uri: true
- pandoc-citeproc:
- bibutils: true
- embed_data_files: true
- texmath:
- network-uri: true
-packages:
-- '..'
-extra-deps:
-- 'hsb2hs-0.3.1'
-- 'texmath-0.8.6.2'
-- 'data-default-0.6.0'
-- 'data-default-instances-base-0.1.0'
-- 'preprocessor-tools-1.0.1'
-- 'pandoc-citeproc-0.9.1.1'
-# to compile against aeson 0.11.0.0:
-# - 'aeson-0.11.0.0'
-# - 'fail-4.9.0.0'
-# - 'pandoc-types-1.16.1'
-resolver: lts-5.8
diff --git a/windows/stack.yaml b/windows/stack.yaml
index e4bf74347..0dfb77ce4 100644
--- a/windows/stack.yaml
+++ b/windows/stack.yaml
@@ -15,6 +15,10 @@ flags:
network-uri: true
packages:
- '..'
-- '../pandoc-citeproc'
extra-deps:
+- 'hsb2hs-0.3.1'
+- 'data-default-0.6.0'
+- 'data-default-instances-base-0.1.0'
+- 'preprocessor-tools-1.0.1'
+- 'pandoc-citeproc-0.9.1.1'
resolver: lts-6.1