diff options
| author | John MacFarlane <[email protected]> | 2016-10-13 11:51:44 +0200 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2016-10-13 11:51:44 +0200 |
| commit | 354c4ab04fcd3255b84ed0fcbbe5e1c5f1d47911 (patch) | |
| tree | 70133aee48c29c77e82684d3b4ccfd4f6265436a /stack.yaml | |
| parent | 4eff6076788d6852974985a0bfcbf73c4d12244e (diff) | |
Updated stack.yaml and windows/stack.yaml to use latest pandoc-types.
Diffstat (limited to 'stack.yaml')
| -rw-r--r-- | stack.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/stack.yaml b/stack.yaml index 8514454ff..b5b02f1ba 100644 --- a/stack.yaml +++ b/stack.yaml @@ -7,8 +7,12 @@ flags: network-uri: true packages: - '.' +- location: + git: https://github.com/jgm/pandoc-types.git + commit: 485eb11e9869fcd4c1ca9bcd68d3ccd384230252 extra-deps: - http-client-0.5.0 - http-client-tls-0.3.0 - doctemplates-0.1.0.2 -resolver: lts-7.0 +- texmath-0.8.6.6 +resolver: lts-7.2 |
