diff options
-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 |