summaryrefslogtreecommitdiff
path: root/libraries/base/Text/ParserCombinators
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant "do", "return" and language extensions from baseHécate2020-09-231-4/+4
* Require GHC 8.8 as the minimum compiler for bootstrappingRyan Scott2020-03-311-3/+3
* base: Remove `Monad(fail)` method and reexport `MonadFail(fail)` insteadHerbert Valerio Riedel2019-03-222-4/+0
* Text.ParserCombinators.ReadP: use NonEmpty in FinalVaibhav Sagar2019-02-211-19/+22
* Doc-only fixesAlec Theriault2018-11-221-1/+1
* Add @since annotations for derived instances in baseChaitanya Koparkar2018-03-021-1/+1
* Convert documentation examples to doctests for ReadP moduleDavid Luposchainsky2017-08-171-73/+54
* Fix typo in ReadP (succeds -> succeeds)Chris Martin2017-04-121-1/+1
* Add liftA2 to Applicative classDavid Feuer2017-02-052-0/+2
* Add @since annotations to base instancesSeraphime Kirkovski2016-06-062-0/+17
* Minor fix of MonadFail instance for `ReadPrec`Herbert Valerio Riedel2016-01-011-1/+1
* Canonicalise `MonadPlus` instancesHerbert Valerio Riedel2016-01-012-13/+7
* Allow CallStacks to be frozenEric Seidel2015-12-231-1/+1
* Remove redundant `#if`sHerbert Valerio Riedel2015-11-292-12/+0
* MonadFail proposal, phase 1David Luposchainsky2015-11-172-0/+25
* base: MRP-refactoring of AMP instancesHerbert Valerio Riedel2015-10-122-7/+3
* Refactor to avoid need for `Unicode.hs-boot`Herbert Valerio Riedel2014-10-111-1/+1
* `M-x delete-trailing-whitespace` & `M-x untabify`Herbert Valerio Riedel2014-09-242-16/+16
* Move `mapM` and `sequence` to GHC.Base and break import-cyclesHerbert Valerio Riedel2014-09-211-4/+0
* Invert module-dep between Control.Monad and Data.FoldableHerbert Valerio Riedel2014-09-181-1/+4
* Move Applicative/MonadPlus into GHC.BaseHerbert Valerio Riedel2014-09-182-3/+2
* Make Applicative a superclass of MonadAustin Seipp2014-09-092-29/+53
* Constant-fold `__GLASGOW_HASKELL__` CPP conditionalsHerbert Valerio Riedel2013-09-172-27/+2
* Remove nhc98-specific files and contentIan Lynagh2013-02-151-27/+0
* Merge branch 'master' of http://darcs.haskell.org//packages/baseSimon Peyton Jones2012-10-312-53/+53
|\
| * Remove commented types in module export listsIan Lynagh2012-10-272-53/+53
* | Replace Rank2Types with RankNTypesSimon Peyton Jones2012-10-311-1/+1
|/
* Remove some __HADDOCK__ CPPIan Lynagh2012-02-281-2/+0
* Update base for latest Safe Haskell.David Terei2011-10-252-0/+2
* SafeHaskell: Added SafeHaskell to baseDavid Terei2011-06-182-0/+2
* Use explicit language extensions & remove extension fields from base.cabalsimonpj@microsoft.com2011-01-282-2/+10
* Add type signatures to cope with lack of local generalisationsimonpj@microsoft.com2010-07-281-2/+3
* Tweak layout to be accepted by the alternative layout rulIan Lynagh2009-11-251-1/+2
* Fix "warn-unused-do-bind" warnings where we really do want to ignore the resultIan Lynagh2009-07-091-7/+7
* Add 'eof' to Text.ParserCombinators.ReadPsimonpj@microsoft.com2009-07-061-1/+12
* Fix warningsIan Lynagh2008-08-052-7/+7
* Remove -fglasgow-exts from pragmas and commentsIan Lynagh2008-06-161-1/+1
* Avoid using deprecated flagsIan Lynagh2008-06-162-2/+2
* [project @ 2005-01-27 14:38:05 by ross]ross2005-01-271-7/+19
* [project @ 2005-01-11 16:04:08 by simonmar]simonmar2005-01-112-2/+2
* [project @ 2005-01-11 13:44:39 by malcolm]malcolm2005-01-111-0/+25
* [project @ 2004-11-09 15:48:34 by simonmar]simonmar2004-11-091-1/+115
* [project @ 2004-09-08 11:10:08 by ross]ross2004-09-081-1/+1
* [project @ 2004-07-26 13:26:41 by ross]ross2004-07-261-1/+4
* [project @ 2003-08-22 08:58:30 by panne]panne2003-08-221-0/+2
* [project @ 2003-08-19 16:39:13 by simonmar]simonmar2003-08-191-1/+1
* [project @ 2003-08-04 18:07:49 by panne]panne2003-08-042-8/+7
* [project @ 2003-08-01 09:59:04 by ross]ross2003-08-011-1/+1
* [project @ 2003-07-31 17:45:22 by ross]ross2003-07-3135-4136/+0
* [project @ 2003-07-30 08:13:16 by ralf]ralf2003-07-301-6/+1