diff options
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 |