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 /stack.full.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 'stack.full.yaml')
-rw-r--r-- | stack.full.yaml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/stack.full.yaml b/stack.full.yaml index 2d752d531..892598860 100644 --- a/stack.full.yaml +++ b/stack.full.yaml @@ -11,5 +11,10 @@ packages: - '.' - '../pandoc-citeproc' - '../pandoc-types' +- '../cmark-hs' +- '../zip-archive' - '../texmath' -resolver: lts-5.2 +extra-deps: +- 'aeson-0.11.1.1' +- 'highlighting-kate-0.6.2' +resolver: lts-5.8 |