forked from snapframework/io-streams
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow bytestring-0.12 and test it in CI
- Loading branch information
1 parent
78dc537
commit 302b356
Showing
3 changed files
with
34 additions
and
1 deletion.
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 +1,25 @@ | ||
branches: master ci* | ||
|
||
constraint-set bytestring-0.12 | ||
-- bytestring-0.12 requires base >=4.9 (GHC 8.0) | ||
ghc: >= 8.0 | ||
constraints: bytestring >= 0.12 | ||
-- | ||
-- The following is silently ignored here: | ||
-- | ||
-- raw-project | ||
-- allow-newer: bytestring | ||
-- | ||
tests: True | ||
run-tests: True | ||
|
||
-- The following is meant to be for constraint-set bytestring-0.12 only, | ||
-- but there is currently no way to enable `allow-newer: bytestring` | ||
-- just for the constraint set. | ||
-- | ||
-- Since core library `bytestring` is constrained to `installed`, | ||
-- it is not harmful to allow newer `bytestring` in the default runs | ||
-- as well---it will have no effect there. | ||
-- | ||
raw-project | ||
allow-newer: bytestring |
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