Haddock: use buildSettingKeepTempFiles
[cabal.git] / project-cabal / ghc-latest.config
blobbff5d80c2412249e60ce9207fe221bfec67d469f
1 -- Usually, the latest GHC requires a few allow-newer's
2 -- for some time after the release. This project file is meant to host these.
3 -- The file is supposed to be included in the main project files used for
4 -- Cabal development:
5 --   - cabal.project (day-to-day development),
6 --   - cabal.validate.project (Cabal CI),
7 -- Commented out below are the usual suspects. Feel free to add more.
9 -- NOTE: don't forget to update the compiler version in the conditional
10 -- when upgrading to a newer GHC
11 if impl(ghc >= 9.8.1)
12     -- allow-newer: windns:*