summaryrefslogtreecommitdiff
path: root/compiler/utils/Fingerprint.hs
Commit message (Collapse)AuthorAgeFilesLines
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-47/+0
| | | | | | | Update Haddock submodule Metric Increase: haddock.compiler
* Disable two warnings for files that trigger themTom Ellis2020-01-271-0/+1
| | | | | | incomplete-uni-patterns and incomplete-record-updates will be in -Wall at a future date, so prepare for that by disabling those warnings on files that trigger them.
* Compiler should always get fingerprinting impl from baseJohn Ericson2019-09-131-0/+46
07ee15915d5a0d6d1aeee137541eec6e9c153e65 started the transition, but the job was never finished.