Updated stack.yaml and windows/stack.yaml to use latest pandoc-types.
This commit is contained in:
parent
4eff607678
commit
354c4ab04f
2 changed files with 10 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -13,9 +13,13 @@ flags:
|
|||
debug: false
|
||||
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'
|
||||
- texmath-0.8.6.6
|
||||
- pandoc-citeproc-0.10.1.1
|
||||
- doctemplates-0.1.0.2
|
||||
resolver: lts-7.0
|
||||
resolver: lts-7.2
|
||||
|
|
Loading…
Add table
Reference in a new issue