Skip to content
Snippets Groups Projects
Unverified Commit 61db6cc2 authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub
Browse files

Merge pull request #10002 from haskell/mergify/bp/3.12/pr-9749

Remove skipIfGhcVersion "== 9.6.3" (backport #9749)
parents 0227d22e b602a4ce
No related branches found
No related tags found
No related merge requests found
......@@ -5,9 +5,5 @@ testVersionWin project =
fails $ cabal "v2-build" ["--dry-run"]
main = cabalTest . withRepo "repo" $ do
-- To avoid this diff:
-- -Build profile: -w ghc-9.6.3 -O1
-- +Build profile: -w ghc-<GHCVER> -O1
skipIfGhcVersion "== 9.6.3"
testVersionWin "1-web-constraints-import.project"
testVersionWin "1-web-import-constraints.project"
......@@ -5,9 +5,5 @@ testVersionWin project =
fails $ cabal "v2-build" ["--dry-run"]
main = cabalTest . withRepo "repo" $ do
-- To avoid this diff:
-- -Build profile: -w ghc-9.6.3 -O1
-- +Build profile: -w ghc-<GHCVER> -O1
skipIfGhcVersion "== 9.6.3"
testVersionWin "2-web-constraints-import.project"
testVersionWin "2-web-import-constraints.project"
......@@ -5,9 +5,5 @@ testVersionWin project =
fails $ cabal "v2-build" ["--dry-run"]
main = cabalTest . withRepo "repo" $ do
-- To avoid this diff:
-- -Build profile: -w ghc-9.6.3 -O1
-- +Build profile: -w ghc-<GHCVER> -O1
skipIfGhcVersion "== 9.6.3"
testVersionWin "3-web-constraints-import.project"
testVersionWin "3-web-import-constraints.project"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment