Skip to content

Commit

Permalink
Don't do the web tests with ghc-9.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Dec 15, 2023
1 parent 46f9a08 commit 081823c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cabal-testsuite/PackageTests/VersionPriority/1-web.test.hs
@@ -1,4 +1,8 @@
import Test.Cabal.Prelude

main = cabalTest . withRepo "repo" . withProjectFile "1-web.project" $ do
-- To avoid this diff:
-- -Build profile: -w ghc-9.6.3 -O1
-- +Build profile: -w ghc-<GHCVER> -O1
skipIfGhcVersion "== 9.6.3"
cabal "v2-build" ["--dry-run"]
4 changes: 4 additions & 0 deletions cabal-testsuite/PackageTests/VersionPriority/2-web.test.hs
@@ -1,4 +1,8 @@
import Test.Cabal.Prelude

main = cabalTest . withRepo "repo" . withProjectFile "2-web.project" $ do
-- To avoid this diff:
-- -Build profile: -w ghc-9.6.3 -O1
-- +Build profile: -w ghc-<GHCVER> -O1
skipIfGhcVersion "== 9.6.3"
cabal "v2-build" ["--dry-run"]
4 changes: 4 additions & 0 deletions cabal-testsuite/PackageTests/VersionPriority/3-web.test.hs
@@ -1,4 +1,8 @@
import Test.Cabal.Prelude

main = cabalTest . withRepo "repo" . withProjectFile "3-web.project" $ do
-- To avoid this diff:
-- -Build profile: -w ghc-9.6.3 -O1
-- +Build profile: -w ghc-<GHCVER> -O1
skipIfGhcVersion "== 9.6.3"
cabal "v2-build" ["--dry-run"]

0 comments on commit 081823c

Please sign in to comment.