-
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.
- Loading branch information
1 parent
4f61ab7
commit a49e8dc
Showing
3 changed files
with
53 additions
and
52 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,29 +1,38 @@ | ||
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: text < 2.1 | ||
-- otherwise aeson fails to build | ||
tests: True | ||
run-tests: True | ||
|
||
constraint-set text-2.1 | ||
constraint-set containers-0.7 | ||
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 | ||
constraints: containers ^>= 0.7 | ||
tests: True | ||
run-tests: True | ||
|
||
-- For constraint-sets | ||
raw-project | ||
allow-newer: bytestring | ||
allow-newer: text | ||
allow-newer: containers | ||
|
||
-- -- `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: 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-sets | ||
-- raw-project | ||
-- 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