1 -- A copy of cabal.project, but with a trimmed down 'packages'
2 -- field. Needed for LIB_ONLY configurations that can't build cabal-install,
5 packages: Cabal/ cabal-testsuite/
7 -- Uncomment to allow picking up extra local unpacked deps:
8 --optional-packages: */
11 -- So us hackers get all the assertion failures early:
13 -- NOTE: currently commented out, see
14 -- https://github.com/haskell/cabal/issues/3911
16 -- ghc-options: -fno-ignore-asserts
18 -- as a workaround we specify it for each package individually:
20 ghc-options: -fno-ignore-asserts
21 package cabal-testsuite
22 ghc-options: -fno-ignore-asserts
24 ghc-options: -fno-ignore-asserts