summaryrefslogtreecommitdiff
path: root/compiler/GHC/Data/BooleanFormula.hs
Commit message (Collapse)AuthorAgeFilesLines
* Remove source location information from interface filesOwen Shepherd2022-10-271-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-Dyck2022-09-301-2/+3
| | | | Avoids some uses of `head` and `tail`, and some panics when an argument is null.
* GHC Exactprint main commitAlan Zimmerman2021-03-201-1/+2
| | | | | | | | Metric Increase: T10370 parsing001 Updates haddock submodule
* Lint the compiler for extraneous LANGUAGE pragmasHécate2020-10-101-2/+2
|
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-0/+262
Update Haddock submodule Metric Increase: haddock.compiler