Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-09-24 | Use hslua v1.0.0 | Albert Krewinkel | 1 | -0/+2 | |
2018-09-16 | Use released version of pandoc-citeproc (0.14.4). | John MacFarlane | 1 | -2/+1 | |
2018-09-09 | Use latest texmath. | John MacFarlane | 1 | -0/+1 | |
2018-09-06 | stack.yaml tweaks. | John MacFarlane | 1 | -2/+9 | |
Use a patched version of foundation until https://github.com/haskell-foundation/foundation/pull/503 is fixed. Use latest pandoc-citeproc. | |||||
2018-09-03 | stack.yaml: use latest dev version of pandoc-citeproc. | John MacFarlane | 1 | -1/+1 | |
2018-08-22 | Use yaml-0.9.0 in stack.yaml. | John MacFarlane | 1 | -0/+1 | |
2018-08-22 | Use latest pandoc-citeproc. | John MacFarlane | 1 | -1/+1 | |
This should fix build failure on appveyor. | |||||
2018-08-16 | stack.yaml: use lts 12.6 and latest git pandoc-citeproc. | John MacFarlane | 1 | -2/+3 | |
2018-07-14 | Revert "Try limiting to aeson-pretty-0.8.5." | John MacFarlane | 1 | -1/+0 | |
This reverts commit ceec41072ae454183d4647b422b26953170cea87. | |||||
2018-07-14 | Try limiting to aeson-pretty-0.8.5. | John MacFarlane | 1 | -0/+1 | |
That built before on appveyor... | |||||
2018-07-13 | Use latest network. | John MacFarlane | 1 | -0/+1 | |
Hopefully this will build on Windows. See https://ci.appveyor.com/project/jgm/pandoc/build/1.0.2625/job/tfpvh7rxue26phoq | |||||
2018-07-13 | Add pandoc-citeproc to stack.yaml. | John MacFarlane | 1 | -0/+1 | |
2018-07-13 | Use lts-12 for stack.yaml, add stack.lts11.yaml. | John MacFarlane | 1 | -5/+1 | |
Also adjusted some minor versions in extra-deps. | |||||
2018-07-13 | Add stack.lts10.yaml, switch to lts11 in stack.yaml. | John MacFarlane | 1 | -8/+1 | |
2018-06-29 | Use HsYAML instead of yaml for translations, YAML metadata. | John MacFarlane | 1 | -0/+2 | |
yaml wraps a C library; HsYAML is pure Haskell. Closes #4747. Advances #4535. | |||||
2018-06-28 | Remove network-uri flag and use 'Network.Socket'. | John MacFarlane | 1 | -1/+0 | |
This removes a compiler warning. There is no need for the old network-uri flag, since network 2.6 was released in 2014. | |||||
2018-06-11 | Use latest pandoc-types (1.17.5). | John MacFarlane | 1 | -1/+1 | |
2018-06-09 | Use skylighting 0.7.2. Adjust tests. | John MacFarlane | 1 | -2/+2 | |
This should fix commercialhaskell/stackage#3719, once a new release is made. | |||||
2018-05-20 | Use haddock-library 1.6.0. | John MacFarlane | 1 | -0/+1 | |
2018-05-10 | Use texmath-0.11. | John MacFarlane | 1 | -1/+1 | |
2018-04-26 | Use texmath-0.10.1.2. | John MacFarlane | 1 | -0/+1 | |
Closes #4597. | |||||
2018-04-25 | stack.yaml: use latest pandoc-citeproc. | John MacFarlane | 1 | -1/+1 | |
2018-04-21 | stack.lts9.yaml - use older haddock-library. | John MacFarlane | 1 | -1/+0 | |
The newer version can't be compiled with the old stack/Cabal we have on alpine. | |||||
2018-04-05 | Added test-framework to stack.yaml deps. | John MacFarlane | 1 | -0/+1 | |
2018-03-24 | Don't depend on latest haddock-library in stack.yaml. | John MacFarlane | 1 | -1/+1 | |
For now. Because of a bug in the library, it must be rebuilt every time we do 'stack install. See #4482. | |||||
2018-03-20 | Update stack.yaml to work with stackage nightly. | John MacFarlane | 1 | -0/+3 | |
We now compile on nightly. | |||||
2018-03-19 | Use pandoc-citeproc 0.14.3. | John MacFarlane | 1 | -1/+1 | |
2018-03-18 | Bumped some versions in stack.yaml. | John MacFarlane | 1 | -2/+2 | |
2018-03-18 | Removed old-locale flag and Text.Pandoc.Compat.Time. | John MacFarlane | 1 | -1/+0 | |
This is no longer necessary since we no longer support ghc 7.8. | |||||
2018-03-18 | Use NoImplicitPrelude and explicitly import Prelude. | John MacFarlane | 1 | -5/+2 | |
This seems to be necessary if we are to use our custom Prelude with ghci. Closes #4464. | |||||
2018-03-17 | Use pandoc-citeproc 0.14.2. | John MacFarlane | 1 | -1/+1 | |
2018-03-17 | stack.yaml - don't force latest haddock-library. | John MacFarlane | 1 | -1/+0 | |
2018-03-16 | Require haddock-libary 1.5 (with tables). | John MacFarlane | 1 | -0/+1 | |
2018-03-16 | Use latest pandoc-types. | John MacFarlane | 1 | -1/+1 | |
2018-03-13 | Require pandoc-types 1.17.4. | John MacFarlane | 1 | -0/+1 | |
And a few tweaks related to the Semigroups/Monoid change. Closes #4448. | |||||
2018-03-07 | stack.yaml: Add skylighting-core to extra-deps | Alexander Krotov | 1 | -0/+1 | |
2018-03-06 | Use latest skylighting. | John MacFarlane | 1 | -1/+1 | |
2018-03-02 | Use latest pandoc-citeproc. | John MacFarlane | 1 | -1/+1 | |
2018-02-28 | Update tagsoup to 0.14.6 | Alexander Krotov | 1 | -1/+1 | |
2018-02-27 | Update tagsoup to 0.14.5 | Alexander Krotov | 1 | -1/+1 | |
2018-02-27 | Update tagsoup to 0.14.4 | Alexander Krotov | 1 | -1/+1 | |
Fixes #4282 | |||||
2018-02-01 | Use latest pandoc-citeproc. | John MacFarlane | 1 | -1/+1 | |
2018-01-21 | Require tagsoup 0.14.3 - closes #4282. | John MacFarlane | 1 | -0/+1 | |
This fixes an HTML tokenization bug whereby comments were sometimes consumed with open tags. | |||||
2018-01-21 | Use latest pandoc-citeproc. | John MacFarlane | 1 | -1/+1 | |
2018-01-19 | Use latest texmath. | John MacFarlane | 1 | -0/+1 | |
2018-01-18 | More stack.yaml fixes for skylighting. | John MacFarlane | 1 | -0/+1 | |
2018-01-18 | Use latest pandoc-citeproc and skylighting. | John MacFarlane | 1 | -3/+3 | |
2018-01-15 | Reduce compiler noise (exact paths for compiled modules). | John MacFarlane | 1 | -0/+2 | |
2018-01-08 | Allow tasty 1.0. | John MacFarlane | 1 | -1/+2 | |
2018-01-07 | Use latest skylighting and omit the 'missingincludes' check. | John MacFarlane | 1 | -1/+2 | |
If you use a custom syntax definition that refers to a syntax you haven't loaded, pandoc will now complain when it is highlighting the text, rather than at the start. This saves a huge performance hit from the `missingIncludes` check. Closes #4226. |