diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-10-16 09:31:44 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-10-16 09:31:44 -0700 |
commit | 5d73186153ebacd1ddd9555a838cb1a637c25dae (patch) | |
tree | 21f712eb72308eee090d606a33e55f4ba40d614c | |
parent | eac9cdcffbf750bef187c703b7581eae5326d6ef (diff) | |
download | pandoc-5d73186153ebacd1ddd9555a838cb1a637c25dae.tar.gz |
stack.pkg.yaml: use latest versions of texmath & h-k.
Also use cpphs in building h-k.
-rw-r--r-- | stack.pkg.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/stack.pkg.yaml b/stack.pkg.yaml index 9fbe2783f..031524d6a 100644 --- a/stack.pkg.yaml +++ b/stack.pkg.yaml @@ -13,7 +13,10 @@ flags: debug: false ghc-options: pandoc-citeproc: '-pgmP cpphs -optP--cpp' + highlighting-kate: '-pgmP cpphs -optP--cpp' packages: - '.' -- '../pandoc-citeproc' +- 'https://hackage.haskell.org/package/highlighting-kate-0.6/highlighting-kate-0.6.tar.gz' +- 'https://hackage.haskell.org/package/texmath-0.8.4/texmath-0.8.4.tar.gz' +- 'https://hackage.haskell.org/package/pandoc-citeproc-0.8.0.1/pandoc-citeproc-0.8.0.1.tar.gz' resolver: lts-3.9 |