Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove source location information from interface files | Owen Shepherd | 2022-10-27 | 1 | -8/+8 |
| | | | | | | | | | | | | | This change aims to minimize source location information leaking into interface files, which makes ABI hashes dependent on the build location. The `Binary (Located a)` instance has been removed completely. It seems that the HIE interface still needs the ability to serialize SrcSpans, but by wrapping the instances, it should be a lot more difficult to inadvertently add source location information. | ||||
* | Scrub various partiality involving empty lists. | M Farkas-Dyck | 2022-09-30 | 1 | -2/+3 |
| | | | | Avoids some uses of `head` and `tail`, and some panics when an argument is null. | ||||
* | GHC Exactprint main commit | Alan Zimmerman | 2021-03-20 | 1 | -1/+2 |
| | | | | | | | | Metric Increase: T10370 parsing001 Updates haddock submodule | ||||
* | Lint the compiler for extraneous LANGUAGE pragmas | Hécate | 2020-10-10 | 1 | -2/+2 |
| | |||||
* | Modules: Utils and Data (#13009) | Sylvain Henry | 2020-04-26 | 1 | -0/+262 |
Update Haddock submodule Metric Increase: haddock.compiler |