diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-03-19 14:19:13 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-03-19 14:19:13 -0700 |
commit | 33bad8de18cefb427f0feb92b5a17c8a8ee2bc8e (patch) | |
tree | 4131d6f12aa8f081e8b0429832a2fe1db85cd5a0 /osx | |
parent | 3dadc1b1bd644f4bbbacd7b33c65a15aee0657bd (diff) | |
download | pandoc-33bad8de18cefb427f0feb92b5a17c8a8ee2bc8e.tar.gz |
Depend on most recent aeson, highlighting-kate.
These aren't in stackage yet.
Diffstat (limited to 'osx')
-rw-r--r-- | osx/stack.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/osx/stack.yaml b/osx/stack.yaml index f596abe68..7c670eae4 100644 --- a/osx/stack.yaml +++ b/osx/stack.yaml @@ -18,4 +18,6 @@ packages: - '..' - 'https://hackage.haskell.org/package/pandoc-citeproc-0.9/pandoc-citeproc-0.9.tar.gz' extra-deps: +- 'aeson-0.11.1.1' +- 'highlighting-kate-0.6.2' resolver: lts-5.8 |