summaryrefslogtreecommitdiff
path: root/libraries/base/Control/Category.hs
Commit message (Expand)AuthorAgeFilesLines
* Make modules in base stable.Hécate Moonlight2022-02-281-1/+1
* Revert "Specify kind variables for inferred kinds in base."Ben Gamari2020-05-251-2/+2
* Specify kind variables for inferred kinds in base.Baldur Blöndal2020-05-081-2/+2
* Add an INLINE pragma to Control.Category.>>>Alexis King2020-04-121-0/+64
* Implement the -XUnliftedNewtypes extension.Andrew Martin2019-06-141-1/+1
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-2/+2
* Doc-only fixesAlec Theriault2018-11-221-5/+4
* Mention the category laws explicitlyDavid Luposchainsky2017-08-171-2/+7
* Add instances for (:~~:) mirroring those for (:~:)Ryan Scott2017-02-231-0/+5
* Add @since annotations to base instancesSeraphime Kirkovski2016-06-061-0/+3
* Start using `-W` instead of `-f(no-)warn` in some placesHerbert Valerio Riedel2015-12-161-1/+1
* Fallout from more assiduous RULE warningsSimon Peyton Jones2015-07-281-0/+3
* Revert "Add export lists to some modules."Austin Seipp2015-01-191-1/+1
* Add export lists to some modules.David Feuer2014-12-271-1/+1
* Be consistent with placement of Safe Haskell mode at top of fileDavid Terei2014-11-211-1/+1
* Export `Traversable()` and `Foldable()` from PreludeHerbert Valerio Riedel2014-09-151-3/+4
* base: Drop obsolete/redundant `__GLASGOW_HASKELL__` checksHerbert Valerio Riedel2014-09-131-5/+2
* Normalize GHC Trac URLsHerbert Valerio Riedel2014-04-191-1/+1
* Rename (:=:) to (:~:) and add Data.Type.CoercionEdward Kmett2013-10-091-1/+7
* Constant-fold `__GLASGOW_HASKELL__` CPP conditionalsHerbert Valerio Riedel2013-09-171-5/+0
* Eliminate Equality.hs-boot and Proxy.hs-boot by moving instancesRichard Eisenberg2013-07-251-1/+11
* Enable PolyKinds for Control.Category.Austin Seipp2013-05-301-0/+4
* Remove some __HADDOCK__ CPPIan Lynagh2012-02-281-3/+0
* SafeHaskell: Added SafeHaskell to baseDavid Terei2011-06-181-0/+1
* Use explicit language extensions & remove extension fields from base.cabalsimonpj@microsoft.com2011-01-281-0/+2
* indentation tweaks (whitespace only)Ross Paterson2011-01-031-6/+6
* Remove unused imports from basesimonpj@microsoft.com2009-07-061-1/+0
* untabifyDon Stewart2008-03-081-12/+12
* FIX BUILD: Haddock 1.x fails to parse (Prelude..)Simon Marlow2007-10-291-0/+3
* new Control.Category, ghc ticket #1773Ashley Yakeley2007-10-291-0/+49