Skip to content

Commit 081823c

Browse files
committed
Don't do the web tests with ghc-9.6.3
1 parent 46f9a08 commit 081823c

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
import Test.Cabal.Prelude
22

33
main = cabalTest . withRepo "repo" . withProjectFile "1-web.project" $ do
4+
-- To avoid this diff:
5+
-- -Build profile: -w ghc-9.6.3 -O1
6+
-- +Build profile: -w ghc-<GHCVER> -O1
7+
skipIfGhcVersion "== 9.6.3"
48
cabal "v2-build" ["--dry-run"]
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
import Test.Cabal.Prelude
22

33
main = cabalTest . withRepo "repo" . withProjectFile "2-web.project" $ do
4+
-- To avoid this diff:
5+
-- -Build profile: -w ghc-9.6.3 -O1
6+
-- +Build profile: -w ghc-<GHCVER> -O1
7+
skipIfGhcVersion "== 9.6.3"
48
cabal "v2-build" ["--dry-run"]
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
import Test.Cabal.Prelude
22

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

0 commit comments

Comments
 (0)