-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There is limited testing of text-2.1 in CI for now since aeson does not support it yet. So we only test building with text-2.1.
- Loading branch information
1 parent
db3d045
commit c4a3516
Showing
3 changed files
with
80 additions
and
25 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,11 +1,29 @@ | ||
branches: master | ||
|
||
-- `allow-newer: text` breaks aeson in the GHC-8.2 build | ||
enabled: < 8.2 || > 8.3 | ||
|
||
constraint-set bytestring-0.12 | ||
ghc: >= 8.2 | ||
constraints: bytestring >= 0.12 | ||
constraints: bytestring ^>= 0.12 | ||
constraints: text < 2.1 | ||
-- otherwise aeson fails to build | ||
tests: True | ||
run-tests: True | ||
|
||
constraint-set text-2.1 | ||
ghc: >= 8.2 && < 9.8 | ||
constraints: text ^>= 2.1 | ||
-- Cannot build aeson with text-2.1 atm (2023-08-31) | ||
tests: False | ||
|
||
constraint-set text-2.1-tests | ||
ghc: >= 9.8 | ||
constraints: text ^>= 2.1 | ||
tests: True | ||
run-tests: True | ||
|
||
-- For constraint-set bytestring-0.12 | ||
-- For constraint-sets | ||
raw-project | ||
allow-newer: bytestring | ||
allow-newer: bytestring | ||
allow-newer: text |
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