diff options
Diffstat (limited to 'osx')
| -rw-r--r-- | osx/distribution.xml | 2 | ||||
| -rw-r--r-- | osx/stack.yaml | 6 |
2 files changed, 2 insertions, 6 deletions
diff --git a/osx/distribution.xml b/osx/distribution.xml index c3218aad3..346fe06fe 100644 --- a/osx/distribution.xml +++ b/osx/distribution.xml @@ -11,7 +11,7 @@ <options hostArchitectures="x86_64" /> <!-- List all component packages --> <pkg-ref id="net.johnmacfarlane.pandoc" - version="1.16.0.1" + version="1.16.0.2" auth="root">pandoc.pkg</pkg-ref> <!-- List them again here. They can now be organized as a hierarchy if you want. --> diff --git a/osx/stack.yaml b/osx/stack.yaml index d9decaba1..50a90f9d6 100644 --- a/osx/stack.yaml +++ b/osx/stack.yaml @@ -18,8 +18,4 @@ packages: - '..' - 'https://hackage.haskell.org/package/pandoc-citeproc-0.9/pandoc-citeproc-0.9.tar.gz' extra-deps: -- 'cmark-0.5.0' -- 'pandoc-types-1.16.0.1' -# Use older aeson to avoid excessive memory use in compilation: -- 'aeson-0.8.0.2' -resolver: lts-4.0 +resolver: lts-5.2 |
