Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set -Wno-prepositive-qualified-module in Paths_*.hs #7352

Merged

Commits on Apr 7, 2021

  1. Set -Wno-prepositive-qualified-module in Paths_*.hs

    This is based on / similar to haskell#7219
    
    We used import qualified M in Paths_*.hs, which might be disallowed in
    GHC 8.10 when -Wprepositive-qualified-module is set.
    matthewbauer committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    80cc2ca View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. fixup

    matthewbauer committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    cc05dc6 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. Configuration menu
    Copy the full SHA
    fa29073 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. Remove unused fields

    matthewbauer committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    de378ca View commit details
    Browse the repository at this point in the history