summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Enum.lhs
Commit message (Expand)AuthorAgeFilesLines
* base: Manually unlit .lhs into .hs modulesHerbert Valerio Riedel2014-11-071-776/+0
* Move Applicative/MonadPlus into GHC.BaseHerbert Valerio Riedel2014-09-181-1/+1
* Move the Enum Word instance into GHC.EnumSimon Peyton Jones2014-08-281-0/+35
* Typo in commentGabor Greif2014-04-291-1/+1
* Minor typo in commentGabor Greif2014-02-191-1/+1
* Expand comment for enumDeltaToInteger1Joachim Breitner2014-02-171-0/+2
* Improve list fusion for [n::Integer..m]Joachim Breitner2014-02-141-0/+7
* Add a few missing `{-# LANGUAGE CPP #-}`sHerbert Valerio Riedel2013-09-281-1/+1
* Remove obsolete pre-Haddock-2 `#hide` pragmasHerbert Valerio Riedel2013-09-231-1/+0
* Follow changes in comparison primops (see #6135)Jan Stolarek2013-09-181-51/+55
* Trailing whitespacesJan Stolarek2013-09-181-11/+11
* Fix GHC.Enum on 32bit platforms; fixes #8072Ian Lynagh2013-07-211-1/+5
* Fix inline rule shadowing warningsPaolo Capriotti2012-07-251-0/+8
* Move the Word type from base to ghc-primIan Lynagh2012-05-211-0/+20
* Remove some unnecessary Int specialised valuesIan Lynagh2012-05-211-20/+18
* Remove some redundant importsIan Lynagh2012-02-291-1/+0
* Move chr's definition into a new GHC.CharIan Lynagh2012-02-281-0/+1
* Update base for latest Safe Haskell.David Terei2011-10-251-0/+1
* Move some Enum helpers into GHC.EnumIan Lynagh2011-09-151-0/+34
* Eliminate the orphaned Enum Integer instanceIan Lynagh2011-09-151-0/+77
* SafeHaskell: Added SafeHaskell to baseDavid Terei2011-06-181-0/+1
* Use explicit language extensions & remove extension fields from base.cabalsimonpj@microsoft.com2011-01-281-2/+1
* Add LANGUAGE BangPatterns to modules that use bang patternssimonpj@microsoft.com2010-11-121-0/+1
* Use a bang pattern when we where/let-bind values with unlifted typesIan Lynagh2009-04-241-13/+13
* Fix warningsIan Lynagh2008-08-051-15/+25
* Avoid using deprecated flagsIan Lynagh2008-06-161-1/+1
* untabifyDon Stewart2008-03-051-107/+107
* deforestation rules for enumFromThenTo; based on a patch from Robin HoustonIan Lynagh2008-02-031-37/+76
* haddock attributes for haddock-2.0Ross Paterson2008-01-201-0/+1
* [project @ 2005-03-09 17:47:50 by simonpj]simonpj2005-03-091-1/+77
* [project @ 2005-02-03 10:32:11 by ross]ross2005-02-031-0/+1
* [project @ 2005-01-11 16:04:08 by simonmar]simonmar2005-01-111-1/+1
* [project @ 2004-11-19 12:54:12 by ross]ross2004-11-191-2/+2
* [project @ 2004-11-16 18:02:07 by ross]ross2004-11-161-7/+7
* [project @ 2004-08-20 08:45:52 by simonpj]simonpj2004-08-201-63/+59
* [project @ 2004-07-28 10:32:11 by ross]ross2004-07-281-1/+3
* [project @ 2004-07-23 13:24:04 by ross]ross2004-07-231-5/+54
* [project @ 2002-04-26 12:48:16 by simonmar]simonmar2002-04-261-11/+14
* [project @ 2002-02-05 17:32:24 by simonmar]simonmar2002-02-051-34/+20
* [project @ 2001-12-21 15:07:20 by simonmar]simonmar2001-12-211-5/+15
* [project @ 2001-07-31 13:06:51 by simonmar]simonmar2001-07-311-6/+6
* [project @ 2001-07-04 11:29:26 by simonmar]simonmar2001-07-041-1/+2
* [project @ 2001-07-03 14:13:32 by simonmar]simonmar2001-07-031-3/+1
* [project @ 2001-07-03 11:37:49 by simonmar]simonmar2001-07-031-2/+2
* [project @ 2001-06-28 14:15:04 by simonmar]simonmar2001-06-281-0/+414