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

Resolve #6288 #6926

Merged
merged 1 commit into from
Jun 23, 2020
Merged

Resolve #6288 #6926

merged 1 commit into from
Jun 23, 2020

Commits on Jun 23, 2020

  1. Resolve haskell#6288

    - Add availableSince to language/extension fields
       - Also autogen-modules once we are on that.
    - Remove default-language check for cabal-version: 3.4
    
    We cannot make the field `uniqueFieldAlaDef`, as that would require
    specifying `default-language` in each subconditional.
    I leave it for haskell#6925
    
    Note: the default language is whatever is the compiler's default.
    The GHC-8.10 default is its variant of Haskell2010
    with NondecreasingIndentation and without DatatypeContexts
    phadej committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    e42e546 View commit details
    Browse the repository at this point in the history