Merge pull request #9537 from jasagredo/js/fix-haddock-open-on-windows
[cabal.git] / cabal.project.latest-ghc
blob5132415b48c5afcfc33fd2b02bf0f0ae9f361c98
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.project.validate (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:*