aboutsummaryrefslogtreecommitdiff
path: root/osx
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-12-30 13:27:17 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-12-30 13:27:17 -0800
commita2fa46065d1bab1833d99ccb3e336276b3a4a130 (patch)
tree0b9cdf5173f3448d8abad77c69168f0489cb95e7 /osx
parentb27783e2ecf5715c9bdf209793a67380a87e65b5 (diff)
downloadpandoc-a2fa46065d1bab1833d99ccb3e336276b3a4a130.tar.gz
stack.yaml - use simpler extra-deps field.
Diffstat (limited to 'osx')
-rw-r--r--osx/stack.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/osx/stack.yaml b/osx/stack.yaml
index 2752f86de..207649c64 100644
--- a/osx/stack.yaml
+++ b/osx/stack.yaml
@@ -16,7 +16,7 @@ ghc-options:
highlighting-kate: '-pgmP cpphs -optP--cpp'
packages:
- '..'
-- 'https://hackage.haskell.org/package/pandoc-citeproc-0.8.1.3/pandoc-citeproc-0.8.1.3.tar.gz'
-- location: 'https://hackage.haskell.org/package/cmark-0.5.0/cmark-0.5.0.tar.gz'
- extra-dep: true
+extra-deps:
+- 'cmark-0.5.0'
+- 'pandoc-citeproc-0.8.1.3'
resolver: lts-3.18