Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix colors in emacs terminal | Bodigrim | 2023-02-04 | 1 | -2/+5 |
| | |||||
* | ghc package does not have to depend on terminfo | Bodigrim | 2023-01-18 | 1 | -22/+7 |
| | |||||
* | Fix redundant import | Sylvain Henry | 2021-06-10 | 1 | -1/+2 |
| | |||||
* | Ensure assert from Control.Exception isn't used | Sylvain Henry | 2021-05-12 | 1 | -1/+1 |
| | |||||
* | 18000 Use GHC.IO.catchException in favor of Exception.catch | Sasha Bogicevic | 2021-04-26 | 1 | -5/+5 |
| | | | | fix #18000 | ||||
* | Re-export GHC.Bits from GHC.Prelude with custom shift implementation. | Andreas Klebinger | 2021-04-09 | 1 | -1/+1 |
| | | | | | | | 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 Henry | 2020-04-26 | 1 | -1/+1 |
| | | | | | | | Update Haddock submodule Metric Increase: haddock.compiler | ||||
* | Modules (#13009) | Sylvain Henry | 2020-04-18 | 1 | -0/+104 |
* SysTools * Parser * GHC.Builtin * GHC.Iface.Recomp * Settings Update Haddock submodule Metric Decrease: Naperian parsing001 |