diff options
Diffstat (limited to 'windows/stack.yaml')
-rw-r--r-- | windows/stack.yaml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/windows/stack.yaml b/windows/stack.yaml index 7f57323cf..cd7f2998d 100644 --- a/windows/stack.yaml +++ b/windows/stack.yaml @@ -13,9 +13,11 @@ flags: debug: false packages: - '..' +- location: + git: https://github.com/jgm/pandoc-types.git + commit: 6580565f7271eb2d15a4d71c3415316850f47b29 extra-deps: -- 'http-client-0.5.0' -- 'http-client-tls-0.3.0' -- pandoc-citeproc-0.10.1.1 +- texmath-0.8.6.6 +- pandoc-citeproc-0.10.1.2 - doctemplates-0.1.0.2 -resolver: lts-7.0 +resolver: lts-7.2 |