Skip to content

Commit 901fd48

Browse files
committed
Reduce burden on garnix
1 parent 491a13c commit 901fd48

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/settings.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,6 @@
133133
# NB: need 8.10.7 specifically, because there's an API breakage that
134134
# affects only it
135135
"ghc8107"
136-
"ghc902"
137-
"ghc924"
138136
# "ghcHEAD" # Not yet covered by dependency ranges
139137
];
140138

@@ -152,6 +150,8 @@
152150
supportedGhcVersions =
153151
self.lib.testedGhcVersions
154152
++ [
153+
"ghc902"
154+
"ghc924"
155155
"ghc925"
156156
"ghc926"
157157
"ghc927"

0 commit comments

Comments
 (0)