You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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
- 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
if flag(haskell98)
default-language: Haskell98
else
default-language: Haskell2010
is completely fine. We could somehow check that default-language (and other optional fields) are set at most once per each possible flattening of CondTree, but it's tricky (maybe something of D.PD.Check.
No description provided.
The text was updated successfully, but these errors were encountered: