Merge pull request #5651 from haskell/bgamari-patch-1
[cabal.git] / cabal.project
blob71a1156d389d80eca58e22e395924be0f9347963
1 packages: Cabal/ cabal-testsuite/ cabal-install/ solver-benchmarks/ pretty-show-1.6.16/
2 constraints: unix >= 2.7.1.0
4 -- Uncomment to allow picking up extra local unpacked deps:
5 --optional-packages: */
7 -- Remove after hackage-repo-tool release
8 allow-newer:
9   hackage-repo-tool:optparse-applicative
11 allow-newer:
12   hackage-security:Cabal
14 program-options
15   -- So us hackers get all the assertion failures early:
16   --
17   -- NOTE: currently commented out, see
18   -- https://github.com/haskell/cabal/issues/3911
19   --
20   -- ghc-options: -fno-ignore-asserts
21   --
22   -- as a workaround we specify it for each package individually:
23 package Cabal
24   ghc-options: -fno-ignore-asserts
25 package cabal-testsuite
26   ghc-options: -fno-ignore-asserts
27 package cabal-install
28   ghc-options: -fno-ignore-asserts