Skip to content

Commit c372343

Browse files
committed
Correct ghc version
1 parent 3e8e0d1 commit c372343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ main = defaultTestRunner
3232
, FunctionalBadProject.tests
3333
, FunctionalCodeAction.tests
3434
, FunctionalLiquid.tests
35-
, ignoreInEnv [HostOS Windows, GhcVer 901] "Tests gets stuck in ci" $ HieBios.tests
35+
, ignoreInEnv [HostOS Windows, GhcVer GHC90] "Tests gets stuck in ci" $ HieBios.tests
3636
, Highlight.tests
3737
, Progress.tests
3838
, Reference.tests

0 commit comments

Comments
 (0)