-
Notifications
You must be signed in to change notification settings - Fork 697
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6fca93b
commit c0d182e
Showing
4 changed files
with
18 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
import: cabal.project.latest-ghc | ||
|
||
packages: Cabal/ | ||
packages: cabal-testsuite/ | ||
packages: Cabal-syntax/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
-- Usually, the latest GHC requires a few allow-newer's | ||
-- for some time after the release. This project file is meant to host these. | ||
-- The file is supposed to be included in the main project files used for | ||
-- Cabal development: | ||
-- - cabal.project (day-to-day development), | ||
-- - cabal.project.validate (Cabal CI), | ||
-- Commented out below are the usual suspects. Feel free to add more. | ||
|
||
-- NOTE: don't forget to update the compiler version in the conditional | ||
-- when upgrading to a newer GHC | ||
if impl(ghc >= 9.8.1) | ||
-- allow-newer: windns:* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
import: cabal.project.latest-ghc | ||
|
||
packages: Cabal-syntax/ | ||
packages: Cabal/ | ||
packages: cabal-testsuite/ | ||
|