diff options
Diffstat (limited to 'osx')
-rw-r--r-- | osx/distribution.xml | 6 | ||||
-rw-r--r-- | osx/stack.yaml | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/osx/distribution.xml b/osx/distribution.xml index 024a25bd1..346fe06fe 100644 --- a/osx/distribution.xml +++ b/osx/distribution.xml @@ -2,8 +2,8 @@ <installer-gui-script minSpecVersion="1"> <title>pandoc</title> <organization>net.johnmacfarlane.pandoc</organization> - <domains enable_localSystem="true"/> - <options customize="never" require-scripts="true" rootVolumeOnly="true" /> + <domains enable_localSystem="true" enable_anywhere="true" /> + <options customize="allow" require-scripts="false" rootVolumeOnly="false" /> <!-- Define documents displayed at various steps --> <!-- <welcome file="welcome.html" mime-type="text/html" /> --> <license file="license.html" mime-type="text/html" /> @@ -11,7 +11,7 @@ <options hostArchitectures="x86_64" /> <!-- List all component packages --> <pkg-ref id="net.johnmacfarlane.pandoc" - version="1.13" + 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 |