summaryrefslogtreecommitdiff
path: root/libraries/base/Text/ParserCombinators/ReadP.hs
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant "do", "return" and language extensions from baseHécate2020-09-231-4/+4
* base: Remove `Monad(fail)` method and reexport `MonadFail(fail)` insteadHerbert Valerio Riedel2019-03-221-3/+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-051-0/+1
* Add @since annotations to base instancesSeraphime Kirkovski2016-06-061-0/+11
* Canonicalise `MonadPlus` instancesHerbert Valerio Riedel2016-01-011-8/+4
* Allow CallStacks to be frozenEric Seidel2015-12-231-1/+1
* Remove redundant `#if`sHerbert Valerio Riedel2015-11-291-7/+0
* MonadFail proposal, phase 1David Luposchainsky2015-11-171-0/+15
* base: MRP-refactoring of AMP instancesHerbert Valerio Riedel2015-10-121-5/+2
* 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-241-14/+14
* 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-181-2/+2
* Make Applicative a superclass of MonadAustin Seipp2014-09-091-24/+41
* Constant-fold `__GLASGOW_HASKELL__` CPP conditionalsHerbert Valerio Riedel2013-09-171-24/+1
* Remove nhc98-specific files and contentIan Lynagh2013-02-151-27/+0
* Merge branch 'master' of http://darcs.haskell.org//packages/baseSimon Peyton Jones2012-10-311-36/+36
|\
| * Remove commented types in module export listsIan Lynagh2012-10-271-36/+36
* | 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-251-0/+1
* SafeHaskell: Added SafeHaskell to baseDavid Terei2011-06-181-0/+1
* Use explicit language extensions & remove extension fields from base.cabalsimonpj@microsoft.com2011-01-281-1/+8
* 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-051-5/+5
* Remove -fglasgow-exts from pragmas and commentsIan Lynagh2008-06-161-1/+1
* Avoid using deprecated flagsIan Lynagh2008-06-161-1/+1
* [project @ 2005-01-11 16:04:08 by simonmar]simonmar2005-01-111-1/+1
* [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-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-041-2/+6
* [project @ 2003-08-01 09:59:04 by ross]ross2003-08-011-1/+1
* [project @ 2003-07-30 08:13:16 by ralf]ralf2003-07-301-6/+1
* [project @ 2003-07-26 12:43:58 by ralf]ralf2003-07-261-1/+6
* [project @ 2003-04-28 09:16:47 by ross]ross2003-04-281-1/+22
* [project @ 2003-04-25 10:23:29 by simonmar]simonmar2003-04-251-76/+75
* [project @ 2003-04-17 07:26:12 by simonpj]simonpj2003-04-171-49/+117
* [project @ 2003-04-09 10:21:09 by simonpj]simonpj2003-04-091-1/+1