diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-01-16 21:06:39 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-01-25 17:07:43 +0100 |
commit | 00f654962967c393ee3a97ce38e085a110589da4 (patch) | |
tree | 58054f0ba2391bb0df1b6148eeaeed9465cce216 | |
parent | 85b9abc7a37fbd2f08992e770e6c9c4e7e8d16bf (diff) | |
download | pandoc-00f654962967c393ee3a97ce38e085a110589da4.tar.gz |
Added extra-dep: true to stack.yaml for url deps.
-rw-r--r-- | stack.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stack.yaml b/stack.yaml index 66122c920..3d4d4797d 100644 --- a/stack.yaml +++ b/stack.yaml @@ -10,9 +10,11 @@ packages: - location: git: https://github.com/jgm/pandoc-types.git commit: 973394685aad945ccd92a86bf76e5c644e72e127 + extra-dep: true - location: git: https://github.com/jgm/texmath.git commit: 31273683a376e97848028e4619f28ab8c03c88af + extra-dep: true extra-deps: - doctemplates-0.1.0.2 - pandoc-types-1.17.0.4 |