diff options
author | ickc <ickc@users.noreply.github.com> | 2016-05-09 19:24:40 -0700 |
---|---|---|
committer | ickc <ickc@users.noreply.github.com> | 2016-05-09 19:24:40 -0700 |
commit | 0ae60a91535a8f55f3061f36fdb3a54f6ddda85d (patch) | |
tree | f0c74ae411967ed5f67bd8b0bdf175ee5ca964ab /windows/stack.yaml | |
parent | 846fa8704618e7e544313f5b3b627ccb6e65b550 (diff) | |
parent | f7601297f0ff184a59efdc3ea279137fc6012eef (diff) | |
download | pandoc-0ae60a91535a8f55f3061f36fdb3a54f6ddda85d.tar.gz |
Merge pull request #1 from jgm/master
Merge from jgm's master
Diffstat (limited to 'windows/stack.yaml')
-rw-r--r-- | windows/stack.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/windows/stack.yaml b/windows/stack.yaml index a01dbfc03..312b39e3b 100644 --- a/windows/stack.yaml +++ b/windows/stack.yaml @@ -15,5 +15,7 @@ packages: - '..' - '../../pandoc-citeproc' extra-deps: -- 'hsb2hs-0.3.1' -resolver: lts-5.2 +- 'aeson-0.11.1.1' +- 'texmath-0.8.5' +- 'highlighting-kate-0.6.2' +resolver: lts-5.8 |