-
Notifications
You must be signed in to change notification settings - Fork 36
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
e4cc9fc
commit 0951c0c
Showing
3 changed files
with
64 additions
and
51 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,10 +1,17 @@ | ||
branches: master ci-* | ||
branches: master | ||
|
||
constraint-set bytestring-0.12 | ||
ghc: >= 8.2 | ||
constraints: bytestring ^>= 0.12 | ||
tests: True | ||
run-tests: True | ||
|
||
constraint-set containers-0.7 | ||
ghc: >= 8.2 && < 9.7 | ||
constraints: containers ^>= 0.7 | ||
tests: True | ||
run-tests: True | ||
|
||
raw-project | ||
allow-newer: bytestring | ||
allow-newer: bytestring | ||
allow-newer: containers |
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