diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-12-30 13:27:17 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-12-30 13:27:17 -0800 |
commit | a2fa46065d1bab1833d99ccb3e336276b3a4a130 (patch) | |
tree | 0b9cdf5173f3448d8abad77c69168f0489cb95e7 /windows | |
parent | b27783e2ecf5715c9bdf209793a67380a87e65b5 (diff) | |
download | pandoc-a2fa46065d1bab1833d99ccb3e336276b3a4a130.tar.gz |
stack.yaml - use simpler extra-deps field.
Diffstat (limited to 'windows')
-rw-r--r-- | windows/stack.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/windows/stack.yaml b/windows/stack.yaml index 8fd09b2a2..167101f4a 100644 --- a/windows/stack.yaml +++ b/windows/stack.yaml @@ -18,8 +18,7 @@ packages: git: 'https://github.com/jgm/pandoc-types' commit: 7b471a3d129efd8155f6cdcb2f2b58b5605df0fc extra-dep: true -- 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' - 'hsb2hs-0.3.1' resolver: lts-3.18 |