summaryrefslogtreecommitdiff
path: root/libraries/base/Control/Monad/Instances.hs
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant explicit `Prelude` importsHerbert Valerio Riedel2014-10-191-2/+0
| | | | Since they're implied by the lack of `NoImplicitPrelude`
* Give Control.Monad.Instances a proper DEPRECATED pragmaIan Lynagh2013-02-161-2/+3
|
* Mark DEPRECATED pragmas with when they were addedIan Lynagh2013-02-161-1/+1
|
* Remove nhc98-specific files and contentIan Lynagh2013-02-151-1/+0
|
* Remove a redundant pragmaIan Lynagh2013-02-081-2/+0
|
* Moved the instances from Control.Monad.Instances to GHC.Base and Data.EitherBas van Dijk2012-01-131-20/+2
|
* Update base for latest Safe Haskell.David Terei2011-10-251-0/+2
|
* SafeHaskell: Added SafeHaskell to baseDavid Terei2011-06-181-0/+1
|
* move Monad and MonadFix instances for Either from mtl (proposal #4159)Ross Paterson2010-07-291-0/+5
| | | | | | | | | The Monad and MonadFix instances for Either (formerly in the mtl package) are moved to Control.Monad.Instances and Control.Monad.Fix respectively. The Monad instance is still an orphan, to retain Haskell 98 compatibility, but the MonadFix instance is together with its class. The Error constraint is removed from both instances, and the default definition of fail is used.
* Add comments to "OPTIONS_GHC -fno-warn-orphans" pragmasIan Lynagh2009-12-051-0/+1
|
* Fix more warningsIan Lynagh2008-08-201-0/+1
|
* untabifyDon Stewart2008-03-081-6/+6
|
* change nhc98 option from -prelude to --preludeMalcolm.Wallace@cs.york.ac.uk2007-07-021-1/+1
|
* make Control.Monad.Instances compilable by nhc98Malcolm.Wallace@cs.york.ac.uk2006-07-111-1/+2
|
* add Functor and Monad instances for Prelude typesRoss Paterson2006-04-101-0/+30