summaryrefslogtreecommitdiff
path: root/stack.pkg.yaml
Commit message (Collapse)AuthorAge
* Remove https flag.John MacFarlane2017-05-07
| | | | | | | | | Supporting two completely different libraries for fetching from URLs makes it difficult to trap errors, because of different error types expected from the libraries. There's no clear reason not to build with these https-capable libraires.
* stack.yaml: use lts-8.12.John MacFarlane2017-05-02
| | | | This should fix the build failure on travis.
* Use foundation-0.0.7.John MacFarlane2017-04-22
| | | | | See https://github.com/haskell-foundation/foundation/issues/238 for the bug on Windows with 0.0.6.
* Use latest skylighting, lts.John MacFarlane2017-04-22
|
* Drop dependency on hslua-aesonAlbert Krewinkel2017-04-14
| | | | | Pushing values to the lua stack via custom functions is faster and more flexible.
* Use stack lts-8.8.John MacFarlane2017-04-09
| | | | | This gives us a newer verison of executable-path, which we need for FreeBSD.
* Use latest skylighting.John MacFarlane2017-04-01
| | | | | | | This means we no longer need language.dtd when loading custom highlighting definitions. See #3334.
* Compile with latest pandoc-citeproc.John MacFarlane2017-03-30
|
* Ensure compatibility with hslua 0.5.*Albert Krewinkel2017-03-24
| | | | | | 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.
* stack.yaml: Use texmath-0.9.4.John MacFarlane2017-03-22
|
* Added hslua-aeson to stack.yamls.John MacFarlane2017-03-20
|
* stack.pkg.yaml - use latest pandoc-citeproc.John MacFarlane2017-03-19
|
* Update stack.pkg.yaml for latest pandoc-citeproc.John MacFarlane2017-03-19
|
* Use latest pandoc-citeproc HEAD.John MacFarlane2017-03-19
|
* stack.pkg.yaml - use latest pandoc-citeproc HEAD.John MacFarlane2017-03-17
| | | | This should address appveyor test failures.
* stack.yaml: Use texmath 0.9.3.John MacFarlane2017-03-10
|
* stack.yamls: use lts-8.4 and texmath-0.9.1.1.John MacFarlane2017-03-07
|
* Require skylighting 0.3.1.John MacFarlane2017-03-04
|
* Use latest pandoc-citeproc commit in pkg.yaml.John MacFarlane2017-02-23
|
* Use latest skylighting (0.3).John MacFarlane2017-02-20
|
* Use new skylighting-0.2.John MacFarlane2017-02-20
|
* Replaced {deb,macos,windows}/stack.yaml with stack.pkg.yaml.John MacFarlane2017-02-12
|
* Changes for deb and osx package generators.John MacFarlane2015-10-24
| | | | | | - Use stack for make_deb.sh. - Use osx/stack.yaml or deb/stack.yaml. - deb/stack.yaml doesn't want the same ghc-options.
* stack.yaml : use 3.10 resolver.John MacFarlane2015-10-18
|
* stack.pkg.yaml: use latest versions of texmath & h-k.John MacFarlane2015-10-16
| | | | Also use cpphs in building h-k.
* Use stack for make_osx_package.sh.John MacFarlane2015-10-16
Added stack.pkg.yaml for package creation.