Remove 'ExecutableScopeUnknown'.
Solves #5087 Related to #5003 Note: `buildable: ` field has `All` semantics. `scope: ` has `AnyPrivate` semantics. Both might be surprising, but are "logical". https://hackage.haskell.org/package/Cabal-2.0.1.1/docs/src/Distribution.PackageDescription.Parse.html#line-248
Showing
- Cabal/Distribution/PackageDescription/Check.hs 0 additions, 7 deletionsCabal/Distribution/PackageDescription/Check.hs
- Cabal/Distribution/PackageDescription/FieldGrammar.hs 3 additions, 1 deletionCabal/Distribution/PackageDescription/FieldGrammar.hs
- Cabal/Distribution/Types/ExecutableScope.hs 11 additions, 16 deletionsCabal/Distribution/Types/ExecutableScope.hs
- Cabal/tests/ParserTests/regressions/issue-5055.expr 1 addition, 1 deletionCabal/tests/ParserTests/regressions/issue-5055.expr
- Cabal/tests/ParserTests/regressions/issue-5055.format 0 additions, 1 deletionCabal/tests/ParserTests/regressions/issue-5055.format
- Cabal/tests/ParserTests/regressions/shake.expr 7 additions, 7 deletionsCabal/tests/ParserTests/regressions/shake.expr
- Cabal/tests/ParserTests/regressions/shake.format 0 additions, 7 deletionsCabal/tests/ParserTests/regressions/shake.format
- Cabal/tests/ParserTests/regressions/wl-pprint-indef.expr 1 addition, 1 deletionCabal/tests/ParserTests/regressions/wl-pprint-indef.expr
- Cabal/tests/ParserTests/regressions/wl-pprint-indef.format 0 additions, 1 deletionCabal/tests/ParserTests/regressions/wl-pprint-indef.format
- Makefile 4 additions, 0 deletionsMakefile
Please register or sign in to comment