Skip to content
Snippets Groups Projects
Unverified Commit 3e8d2d21 authored by Phil de Joux's avatar Phil de Joux
Browse files

Remove skipIfGhcVersion "== 9.6.3"

Not able to reproduce the problem this avoids. Tested with;

- --with-cabal=./dist-newstyle/build/x86_64-linux/ghc-9.6.3/cabal-install-3.11.0.0/x/cabal/build/cabal/cabal
--with-cabal=./dist-newstyle/build/x86_64-linux/ghc-9.8.1/cabal-install-3.11.0.0/x/cabal/build/cabal/cabal
parent a7038710
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