summaryrefslogtreecommitdiff
path: root/compiler/GHC/Prelude.hs
Commit message (Collapse)AuthorAgeFilesLines
* Prelude: Fix version bound on Bits importPeter Trommler2021-04-141-2/+1
| | | | Fixes #19683
* Re-export GHC.Bits from GHC.Prelude with custom shift implementation.Andreas Klebinger2021-04-091-4/+59
| | | | | | | This allows us to use the unsafe shifts in non-debug builds for performance. For older versions of base we instead export Data.Bits See also #19618
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-0/+33
Update Haddock submodule Metric Increase: haddock.compiler