Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove redundant explicit `Prelude` imports | Herbert Valerio Riedel | 2014-10-19 | 1 | -2/+0 |
| | | | | Since they're implied by the lack of `NoImplicitPrelude` | ||||
* | Give Control.Monad.Instances a proper DEPRECATED pragma | Ian Lynagh | 2013-02-16 | 1 | -2/+3 |
| | |||||
* | Mark DEPRECATED pragmas with when they were added | Ian Lynagh | 2013-02-16 | 1 | -1/+1 |
| | |||||
* | Remove nhc98-specific files and content | Ian Lynagh | 2013-02-15 | 1 | -1/+0 |
| | |||||
* | Remove a redundant pragma | Ian Lynagh | 2013-02-08 | 1 | -2/+0 |
| | |||||
* | Moved the instances from Control.Monad.Instances to GHC.Base and Data.Either | Bas van Dijk | 2012-01-13 | 1 | -20/+2 |
| | |||||
* | Update base for latest Safe Haskell. | David Terei | 2011-10-25 | 1 | -0/+2 |
| | |||||
* | SafeHaskell: Added SafeHaskell to base | David Terei | 2011-06-18 | 1 | -0/+1 |
| | |||||
* | move Monad and MonadFix instances for Either from mtl (proposal #4159) | Ross Paterson | 2010-07-29 | 1 | -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" pragmas | Ian Lynagh | 2009-12-05 | 1 | -0/+1 |
| | |||||
* | Fix more warnings | Ian Lynagh | 2008-08-20 | 1 | -0/+1 |
| | |||||
* | untabify | Don Stewart | 2008-03-08 | 1 | -6/+6 |
| | |||||
* | change nhc98 option from -prelude to --prelude | Malcolm.Wallace@cs.york.ac.uk | 2007-07-02 | 1 | -1/+1 |
| | |||||
* | make Control.Monad.Instances compilable by nhc98 | Malcolm.Wallace@cs.york.ac.uk | 2006-07-11 | 1 | -1/+2 |
| | |||||
* | add Functor and Monad instances for Prelude types | Ross Paterson | 2006-04-10 | 1 | -0/+30 |