Skip to content
Snippets Groups Projects
Commit c872e09b authored by Hécate Kleidukos's avatar Hécate Kleidukos :hospital: Committed by Marge Bot
Browse files

haddock: Remove unused pragmata, qualify usages of Data.List functions, add...

haddock: Remove unused pragmata, qualify usages of Data.List functions, add more sanity checking flags by default

This commit enables some extensions and GHC flags in the cabal file in a way
that allows us to reduce the amount of prologuing on top of each file.

We also prefix the usage of some List functions that removes ambiguity
when they are also exported from the Prelude, like foldl'.
In general, this has the effect of pointing out more explicitly
that a linked list is used.

Metric Increase:
    haddock.Cabal
    haddock.base
    haddock.compiler
parent 7b079378
No related branches found
No related tags found
No related merge requests found
Pipeline #97162 canceled
Showing
with 127 additions and 93 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment