Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-10-14 | Use custom Prelude to avoid compiler warnings. | John MacFarlane | 1 | -2/+0 | |
- The (non-exported) prelude is in prelude/Prelude.hs. - It exports Monoid and Applicative, like base 4.8 prelude, but works with older base versions. - It exports (<>) for mappend. - It hides 'catch' on older base versions. This allows us to remove many imports of Data.Monoid and Control.Applicative, and remove Text.Pandoc.Compat.Monoid. It should allow us to use -Wall again for ghc 7.10. | |||||
2015-02-18 | Change return type of TWiki reader | Matthew Pickering | 1 | -2/+3 | |
2015-01-05 | ghc 7.10.1 RC1 requires FlexibleContexts ↵ | Mark Wright | 1 | -1/+1 | |
https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#Inferredtype-signaturesnowmayrequiretoenableFlexibleContextsGADTsorTypeFamilies | |||||
2014-10-30 | TWiki Reader: add new new twiki reader | Alexander Sulfrian | 1 | -0/+526 | |