File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed
cabal-testsuite/PackageTests/VersionPriority Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 1
1
import Test.Cabal.Prelude
2
2
3
3
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"
4
8
cabal " v2-build" [" --dry-run" ]
Original file line number Diff line number Diff line change 1
1
import Test.Cabal.Prelude
2
2
3
3
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"
4
8
cabal " v2-build" [" --dry-run" ]
Original file line number Diff line number Diff line change 1
1
import Test.Cabal.Prelude
2
2
3
3
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"
4
8
cabal " v2-build" [" --dry-run" ]
You can’t perform that action at this time.
0 commit comments