diff options
| author | John MacFarlane <[email protected]> | 2015-10-24 21:12:43 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2015-10-24 21:12:43 -0700 |
| commit | aafccdb0bdf992d18d779df97dc2deca245dc6a7 (patch) | |
| tree | 797fd919ae1a553dca031c0f7d9a76c79ba7a6c4 /stack.pkg.yaml | |
| parent | 68ca646e65264ab225f775529201099d1c5ead7d (diff) | |
Changes for deb and osx package generators.
- Use stack for make_deb.sh.
- Use osx/stack.yaml or deb/stack.yaml.
- deb/stack.yaml doesn't want the same ghc-options.
Diffstat (limited to 'stack.pkg.yaml')
| -rw-r--r-- | stack.pkg.yaml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/stack.pkg.yaml b/stack.pkg.yaml deleted file mode 100644 index e7ce11752..000000000 --- a/stack.pkg.yaml +++ /dev/null @@ -1,20 +0,0 @@ -flags: - pandoc: - trypandoc: false - https: true - embed_data_files: true - old-locale: false - network-uri: true - pandoc-citeproc: - bibutils: true - embed_data_files: true - unicode_collation: false - test_citeproc: false - debug: false -ghc-options: - pandoc-citeproc: '-pgmP cpphs -optP--cpp' - highlighting-kate: '-pgmP cpphs -optP--cpp' -packages: -- '.' -- 'https://hackage.haskell.org/package/pandoc-citeproc-0.8.0.1/pandoc-citeproc-0.8.0.1.tar.gz' -resolver: lts-3.10 |
