aboutsummaryrefslogtreecommitdiff
path: root/stack.pkg.yaml
AgeCommit message (Collapse)AuthorFilesLines
2017-03-24Ensure compatibility with hslua 0.5.*Albert Krewinkel1-1/+2
The 0.5.0 release of hslua fixes problems with lua C modules on linux. The signature of the `loadstring` function changed, so a compatibility wrapper is introduced to allow both 0.4.* and 0.5.* versions to be used.
2017-03-22stack.yaml: Use texmath-0.9.4.John MacFarlane1-1/+1
2017-03-20Added hslua-aeson to stack.yamls.John MacFarlane1-0/+1
2017-03-19stack.pkg.yaml - use latest pandoc-citeproc.John MacFarlane1-1/+1
2017-03-19Update stack.pkg.yaml for latest pandoc-citeproc.John MacFarlane1-1/+1
2017-03-19Use latest pandoc-citeproc HEAD.John MacFarlane1-1/+1
2017-03-17stack.pkg.yaml - use latest pandoc-citeproc HEAD.John MacFarlane1-1/+1
This should address appveyor test failures.
2017-03-10stack.yaml: Use texmath 0.9.3.John MacFarlane1-1/+1
2017-03-07stack.yamls: use lts-8.4 and texmath-0.9.1.1.John MacFarlane1-1/+2
2017-03-04Require skylighting 0.3.1.John MacFarlane1-1/+1
2017-02-23Use latest pandoc-citeproc commit in pkg.yaml.John MacFarlane1-1/+1
2017-02-20Use latest skylighting (0.3).John MacFarlane1-2/+2
2017-02-20Use new skylighting-0.2.John MacFarlane1-1/+2
2017-02-12Replaced {deb,macos,windows}/stack.yaml with stack.pkg.yaml.John MacFarlane1-0/+21
2015-10-24Changes for deb and osx package generators.John MacFarlane1-20/+0
- Use stack for make_deb.sh. - Use osx/stack.yaml or deb/stack.yaml. - deb/stack.yaml doesn't want the same ghc-options.
2015-10-18stack.yaml : use 3.10 resolver.John MacFarlane1-3/+1
2015-10-16stack.pkg.yaml: use latest versions of texmath & h-k.John MacFarlane1-1/+4
Also use cpphs in building h-k.
2015-10-16Use stack for make_osx_package.sh.John MacFarlane1-0/+19
Added stack.pkg.yaml for package creation.