From ad669e486e3f6920be49adbeeae10ca6f66ff256 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 16 May 2016 20:50:08 -0700 Subject: stack.yamls - make sure proper flags used for texmath, pandoc-citeproc. --- osx/stack.yaml | 2 ++ stack.full.yaml | 5 +++++ windows/stack-appveyor.yaml | 5 +++++ windows/stack.yaml | 2 ++ 4 files changed, 14 insertions(+) diff --git a/osx/stack.yaml b/osx/stack.yaml index c29a7f45b..79143c15a 100644 --- a/osx/stack.yaml +++ b/osx/stack.yaml @@ -11,6 +11,8 @@ flags: unicode_collation: false test_citeproc: false debug: false + texmath: + network-uri: true ghc-options: pandoc-citeproc: '-pgmP cpphs -optP--cpp' highlighting-kate: '-pgmP cpphs -optP--cpp' diff --git a/stack.full.yaml b/stack.full.yaml index 892598860..2f5dc0647 100644 --- a/stack.full.yaml +++ b/stack.full.yaml @@ -7,6 +7,11 @@ flags: embed_data_files: false old-locale: false network-uri: true + pandoc-citeproc: + bibutils: true + embed_data_files: true + texmath: + network-uri: true packages: - '.' - '../pandoc-citeproc' diff --git a/windows/stack-appveyor.yaml b/windows/stack-appveyor.yaml index e5a2b138e..99eca438b 100644 --- a/windows/stack-appveyor.yaml +++ b/windows/stack-appveyor.yaml @@ -5,6 +5,11 @@ flags: embed_data_files: true old-locale: false network-uri: true + pandoc-citeproc: + bibutils: true + embed_data_files: true + texmath: + network-uri: true packages: - '..' extra-deps: diff --git a/windows/stack.yaml b/windows/stack.yaml index 312b39e3b..22f127c8d 100644 --- a/windows/stack.yaml +++ b/windows/stack.yaml @@ -11,6 +11,8 @@ flags: unicode_collation: false test_citeproc: false debug: false + texmath: + network-uri: true packages: - '..' - '../../pandoc-citeproc' -- cgit v1.2.3