summaryrefslogtreecommitdiff
path: root/libraries/base/Text/ParserCombinators
Commit message (Expand)AuthorAgeFilesLines
* 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
* [project @ 2003-07-26 12:43:58 by ralf]ralf2003-07-261-1/+6
* [project @ 2003-06-02 14:32:14 by simonpj]simonpj2003-06-021-1/+5
* [project @ 2003-04-28 09:16:47 by ross]ross2003-04-282-2/+27
* [project @ 2003-04-25 10:23:29 by simonmar]simonmar2003-04-251-76/+75
* [project @ 2003-04-17 15:17:07 by simonpj]simonpj2003-04-171-1/+0
* [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
* [project @ 2003-04-08 16:14:29 by simonpj]simonpj2003-04-081-0/+2
* [project @ 2003-04-08 16:02:05 by simonpj]simonpj2003-04-081-48/+153
* [project @ 2003-03-08 23:03:47 by panne]panne2003-03-081-2/+2