aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-06Go back to using aeson-pretty package.aeson-prettyJohn MacFarlane
2018-09-06Make WIXBIN global again.John MacFarlane
2018-09-06Added comment.John MacFarlane
2018-09-06More appveyor tweaks.John MacFarlane
2018-09-06comment out 64-bit build.John MacFarlane
2018-09-06Try building https-client-tls first.John MacFarlane
2018-09-06appveyor - build 64-bit first.John MacFarlane
2018-09-06appveyor - turn off --verbose.John MacFarlane
2018-09-06Fixed use of my modified foundation fork.John MacFarlane
2018-09-06Quote in yaml.John MacFarlane
2018-09-06Tried to fix foundation hash.John MacFarlane
2018-09-06Use fixed foundation from github.John MacFarlane
2018-09-06appveyor - re-enable 64-bit build.John MacFarlane
2018-09-06Revert "Try with older foundation."John MacFarlane
2018-09-05Try with older foundation.John MacFarlane
2018-09-05Temp remove 64-bit build.John MacFarlane
2018-09-05Added WIXBIN.John MacFarlane
2018-09-05Use snoyberg's TMP directory trick fromJohn MacFarlane
2018-09-05appveyor - build 64-bit first.John MacFarlane
2018-09-04Remove stack setup, reintroduce STACK_FLAGS.John MacFarlane
2018-09-04Revert useless thing.John MacFarlane
2018-09-04Try setting extra-path.John MacFarlane
2018-09-04Use STACK_BUILD_OPTS not STACK_FLAGS.John MacFarlane
2018-09-04Another try.John MacFarlane
2018-09-04Another try with extra-prog-path.John MacFarlane
2018-09-04appveyor: try to set extra-prog-pathJohn MacFarlane
2018-09-04appveyor: use correct --x86 flag.John MacFarlane
2018-09-04appveyor: --verbose for choco.John MacFarlane
2018-09-04appveyor - install wixtoolset and haskell-stack with chocolatey.John MacFarlane
2018-09-04appveyor: tweak stack options, use --verbose.John MacFarlane
2018-09-04Revert "stack.yaml: Don't require network 2.7.0.2."John MacFarlane
2018-09-04appveyor: always get new stack executable.John MacFarlane
2018-09-04appveyor: use stack --no-system-ghc --install-ghc.John MacFarlane
2018-09-04appveyor: comment out lts-11 builds for now.John MacFarlane
2018-09-04stack.yaml: Don't require network 2.7.0.2.John MacFarlane
2018-09-04Add Data.Aeson.Encode.Pretty code, remove aeson-pretty dependency.John MacFarlane
2018-09-04hlint some writersAlexander Krotov
2018-09-04hlint Muse writer testsAlexander Krotov
2018-09-04Remove redundant $Alexander Krotov
2018-09-03stack.yaml: use latest dev version of pandoc-citeproc.John MacFarlane
2018-09-03appveyor.yml : try building with lts-12.John MacFarlane
2018-09-03Remove obsolete RELEASE-CHECKLIST.md.John MacFarlane
2018-09-03Fix "new new" typo in changelogAlexander Krotov
2018-09-02Muse reader: autonumber sections in the correct orderAlexander Krotov
2018-09-02Muse reader: move duplicate code into "headingStart" functionAlexander Krotov
2018-09-02Muse writer: hlintAlexander Krotov
2018-09-02Muse writer: use lightweight markup when possibleAlexander Krotov
2018-09-02Muse writer: add more commentsAlexander Krotov
2018-09-02Muse writer: escape empty stringsAlexander Krotov
2018-09-02Muse reader: allow newline after opening "*" or "**"Alexander Krotov