diff options
-rw-r--r-- | osx/stack.yaml | 2 | ||||
-rw-r--r-- | stack.full.yaml | 5 | ||||
-rw-r--r-- | windows/stack-appveyor.yaml | 5 | ||||
-rw-r--r-- | windows/stack.yaml | 2 |
4 files changed, 14 insertions, 0 deletions
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' |