-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v0.8.3.0-r1: allow text-2.1, tasty-1.5, and containers-0.7 (#65)
- Loading branch information
1 parent
699c4fd
commit 6085ee3
Showing
3 changed files
with
66 additions
and
43 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
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,9 +1,13 @@ | ||
branches: master ci* | ||
branches: master | ||
|
||
constraint-set bytestring-0.12 | ||
ghc: >=8.2 | ||
constraints: bytestring ^>=0.12.0.0 | ||
-- Test core libraries in versions newer than shipped with GHC | ||
constraint-set latest-core-libs-Sep-2023 | ||
constraints: bytestring >= 0.12 | ||
constraints: text >= 2.1 | ||
constraints: containers >= 0.7 | ||
ghc: >=8.2 && < 9.7 | ||
tests: True | ||
run-tests: True | ||
raw-project | ||
allow-newer: bytestring | ||
|
||
-- raw-project | ||
-- allow-newer: bytestring |