Age | Commit message (Expand) | Author | Files | Lines |
2018-09-25 | appveyor - workaround for bug in new-install. | John MacFarlane | 1 | -1/+5 |
2018-09-25 | Revert "appveyor - remove cabal_store for now." | John MacFarlane | 1 | -3/+3 |
2018-09-25 | appveyor - remove cabal_store for now. | John MacFarlane | 1 | -3/+3 |
2018-09-25 | appveyor - remove ghc --version. | John MacFarlane | 1 | -1/+0 |
2018-09-25 | appveyor - Another try. | John MacFarlane | 1 | -4/+2 |
2018-09-25 | appveyor - hopefully fix path. | John MacFarlane | 1 | -1/+1 |
2018-09-25 | appveyor: another try. | John MacFarlane | 1 | -5/+4 |
2018-09-25 | appveyor - Further diganostics. | John MacFarlane | 1 | -2/+2 |
2018-09-25 | appveyor - use verbose for choco install ghc. | John MacFarlane | 1 | -2/+2 |
2018-09-25 | appveyor - more diagnostics. | John MacFarlane | 1 | -3/+2 |
2018-09-25 | appveyor - more diagnostics. | John MacFarlane | 1 | -1/+3 |
2018-09-25 | appveyor - fix wixtoolset version. | John MacFarlane | 1 | -1/+1 |
2018-09-25 | appveyor - added diagnostic. | John MacFarlane | 1 | -5/+5 |
2018-09-25 | appveyor - Fix typo. | John MacFarlane | 1 | -1/+1 |
2018-09-25 | appveyor - added refreshenv. | John MacFarlane | 1 | -2/+4 |
2018-09-25 | appveyor - install cabal separately. | John MacFarlane | 1 | -1/+3 |
2018-09-25 | appveyor - further tweaks, comment out stack build for now. | John MacFarlane | 1 | -11/+14 |
2018-09-25 | More appveyor tweaks. | John MacFarlane | 1 | -7/+8 |
2018-09-24 | appveyor.yml - another try. | John MacFarlane | 1 | -2/+1 |
2018-09-24 | Revert "appveyor - comment out 64-bit build for now, add semicolons." | John MacFarlane | 1 | -14/+14 |
2018-09-24 | appveyor - comment out 64-bit build for now, add semicolons. | John MacFarlane | 1 | -14/+14 |
2018-09-24 | appveyor - remove stack i386 build. | John MacFarlane | 1 | -11/+11 |
2018-09-24 | appveyor - another attempt. | John MacFarlane | 1 | -12/+10 |
2018-09-24 | Revert "appveyor: Try without echo "" hack." | John MacFarlane | 1 | -2/+2 |
2018-09-24 | appveyor: Try without echo "" hack. | John MacFarlane | 1 | -2/+2 |
2018-09-24 | appveyor - fix typo. | John MacFarlane | 1 | -1/+1 |
2018-09-24 | appveyor - use ps. | John MacFarlane | 1 | -12/+12 |
2018-09-24 | appveyor.yml - another tweak. | John MacFarlane | 1 | -5/+6 |
2018-09-24 | appveyor.yml - fix env variables. | John MacFarlane | 1 | -2/+2 |
2018-09-24 | appveyor.yml - use proper windows conditional syntax. | John MacFarlane | 1 | -8/+6 |
2018-09-24 | Fix appveyor.yaml env variable. | John MacFarlane | 1 | -1/+1 |
2018-09-24 | stack.yamls: use latest hslua. | John MacFarlane | 3 | -0/+6 |
2018-09-24 | appveyor.yml - try adding cabal 8.6.1.1 build. | John MacFarlane | 1 | -11/+33 |
2018-09-24 | Use hslua v1.0.0 | Albert Krewinkel | 14 | -318/+266 |
2018-09-24 | Merge pull request #4921 from pyssling/master | John MacFarlane | 2 | -105/+113 |
2018-09-24 | Merge pull request #4931 from ajscholl/master | John MacFarlane | 1 | -2/+4 |
2018-09-24 | RTF writer: Fix build failure with ghc-8.6.1 caused by missing MonadFail inst... | Jonas Scholl | 1 | -2/+4 |
2018-09-24 | Muse reader: replace inlineList with inline' | Alexander Krotov | 1 | -29/+29 |
2018-09-24 | Muse reader: replace `optionMaybe` and `fromMaybe` with `option` | Alexander Krotov | 1 | -2/+2 |
2018-09-23 | ODT Writer: Improve table header row style handling | Nils Carlson | 2 | -105/+113 |
2018-09-22 | LaTeX writer: fix a use of `last` that might take empty list. | John MacFarlane | 1 | -3/+3 |
2018-09-22 | Merge pull request #4927 from tie/patch-1 | John MacFarlane | 1 | -9/+9 |
2018-09-22 | Update changelog. | John MacFarlane | 1 | -0/+50 |
2018-09-22 | Translations/ru | Ivan Trubach | 1 | -9/+9 |
2018-09-22 | Muse reader tests: more tests | Alexander Krotov | 1 | -0/+12 |
2018-09-21 | Muse reader: simplify tag parsers | Alexander Krotov | 1 | -21/+19 |
2018-09-21 | Muse reader: use isAlphaNum instead of isLetter and isDigit | Alexander Krotov | 1 | -2/+2 |
2018-09-21 | Muse reader: do not allow code markup to be followed by digit | Alexander Krotov | 2 | -2/+6 |
2018-09-21 | Muse reader: simplify ordered list parsing | Alexander Krotov | 1 | -11/+4 |
2018-09-21 | Muse reader: rewrite headingStart in applicative style | Alexander Krotov | 1 | -7/+5 |