diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-11-08 08:29:09 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-11-08 08:29:32 -0800 |
commit | 2e3ccd7924a06f2113555b1c32a7e6e3595ed6fa (patch) | |
tree | 776637bcea63245827f22c0d53b9ea7905d29a54 | |
parent | 5a4c0d6a8cf7e15ec1d871fee641ffcc063ef89a (diff) | |
download | pandoc-2e3ccd7924a06f2113555b1c32a7e6e3595ed6fa.tar.gz |
Remove stack.full.yaml.
See #4052.
-rw-r--r-- | stack.full.yaml | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/stack.full.yaml b/stack.full.yaml deleted file mode 100644 index 8b82c3e67..000000000 --- a/stack.full.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# This version builds both pandoc and pandoc-citeproc, assuming -# pandoc-citeproc is in the pandoc-citeproc subdirectory. -flags: - pandoc: - trypandoc: false - embed_data_files: false - old-locale: false - network-uri: true - pandoc-citeproc: - bibutils: true - embed_data_files: true -# if you are on macOS, stack install cpphs and -# uncomment the following three lines: -ghc-options: - pandoc-citeproc: '-pgmP cpphs -optP--cpp' - highlighting-kate: '-pgmP cpphs -optP--cpp' -packages: -- '.' -- '../pandoc-citeproc' -- '../pandoc-types' -- '../texmath' -extra-deps: -- hslua-0.9.0 -- skylighting-0.3.3 -resolver: lts-8.12 |