-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v0.1.6.2-r2: allow containers-0.7, text-2.1
- Loading branch information
1 parent
35288b0
commit 0778224
Showing
3 changed files
with
68 additions
and
65 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,36 +1,20 @@ | ||
apt: libbrotli-dev | ||
|
||
branches: master ci* | ||
branches: master | ||
|
||
-- http-io-stream wants mtl >= 2.2, but GHC 7.8 has mtl-2.1. | ||
-- For GHC 7.6 and 7.4 need newer: unix process directory | ||
installed: +all -mtl -transformers | ||
-- -unix -process -directory | ||
-- installed: +all -mtl -transformers | ||
installed: +all | ||
|
||
-- We would also need newer bytestring, but loosening the constraint here | ||
-- breaks the build of xor as a too new bytestring is picked up then, | ||
-- thanks to the global allow-newer below. | ||
-- https://github.com/haskell-CI/haskell-ci/issues/670 | ||
-- For now, we shut off GHC 7.6 an 7.4 | ||
enabled: >= 7.8 | ||
|
||
-- Andreas Abel, 2022-03-30: | ||
-- On GHC 7.4, the `snap` framework it has conflicting constraints with the other dependencies. | ||
-- 2023-02-02: | ||
-- Weird compilation error for `snap` under GHC 7.6. | ||
tests: >= 7.8 | ||
|
||
-- constraint-set mtl-2.3 | ||
-- -- GHC 9.0 is excluded by mtl-2.3.1: https://github.com/haskell/mtl/issues/138 | ||
-- ghc: >= 8.6 && < 9 || >= 9.2.3 | ||
-- constraints: mtl >= 2.3.1 | ||
-- tests: False | ||
-- run-tests: False | ||
|
||
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: containers >= 0.7 | ||
constraints: text >= 2.1 | ||
ghc: >=8.2 && < 9.7 | ||
tests: True | ||
run-tests: True | ||
|
||
raw-project | ||
allow-newer: bytestring | ||
allow-newer: bytestring | ||
allow-newer: containers | ||
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