cabal check: cpp-options allows only -D and -U options
Before: 130113 files processed 7304 have lexer/parser warnings 332 build impossible 9742 build warning 49779 build dist suspicious 38666 build dist suspicious warning 11834 build dist inexcusable After: 130113 files processed 7304 have lexer/parser warnings 332 build impossible 10063 build warning 49779 build dist suspicious 38666 build dist suspicious warning 11834 build dist inexcusable i.e. 321 build warnings on all Hackage Examples: NO_DEBUG_MODE -- forgotten -D? -traditional -- doesn't work, nor needed -fallow-undecidable-instances -- wrong -options? -fno-exceptions -Wall -Werror --include=include/config.h -- doesn't work -maes -- cpp is not C++ ? -mpclmul -mssse3
Showing
- Cabal/Cabal.cabal 2 additions, 0 deletionsCabal/Cabal.cabal
- Cabal/ChangeLog.md 2 additions, 0 deletionsCabal/ChangeLog.md
- Cabal/Distribution/PackageDescription/Check.hs 11 additions, 6 deletionsCabal/Distribution/PackageDescription/Check.hs
- Cabal/tests/CheckTests.hs 1 addition, 0 deletionsCabal/tests/CheckTests.hs
- Cabal/tests/HackageTests.hs 31 additions, 13 deletionsCabal/tests/HackageTests.hs
- Cabal/tests/ParserTests/regressions/assoc-cpp-options.cabal 48 additions, 0 deletionsCabal/tests/ParserTests/regressions/assoc-cpp-options.cabal
- Cabal/tests/ParserTests/regressions/assoc-cpp-options.check 1 addition, 0 deletionsCabal/tests/ParserTests/regressions/assoc-cpp-options.check
Loading
Please register or sign in to comment