Skip to content

Commit

Permalink
Accept that nightly builds with ghc-9.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Dec 14, 2023
1 parent f78a4d3 commit 4bfe868
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cabal-testsuite/PackageTests/VersionPriority/1-web.out
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Downloading the latest package list from test-local-repo
# cabal v2-build
Resolving dependencies...
Build profile: -w ghc-<GHCVER> -O1
Build profile: -w ghc-9.6.3 -O1
In order, the following would be built:
- hashable-1.4.2.0 (lib) (requires build)
- cabal-version-override-0.1.0.0 (exe:cabal-version-override) (first run)
1 change: 0 additions & 1 deletion cabal-testsuite/PackageTests/VersionPriority/1-web.test.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import Test.Cabal.Prelude

main = cabalTest . withRepo "repo" . withProjectFile "1-web.project" $ do
skipUnlessGhcVersion "== 9.6.3"
cabal "v2-build" ["--dry-run"]
2 changes: 1 addition & 1 deletion cabal-testsuite/PackageTests/VersionPriority/2-web.out
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Downloading the latest package list from test-local-repo
# cabal v2-build
Resolving dependencies...
Build profile: -w ghc-<GHCVER> -O1
Build profile: -w ghc-9.6.3 -O1
In order, the following would be built:
- hashable-1.4.2.0 (lib) (requires build)
- cabal-version-override-0.1.0.0 (exe:cabal-version-override) (first run)
1 change: 0 additions & 1 deletion cabal-testsuite/PackageTests/VersionPriority/2-web.test.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import Test.Cabal.Prelude

main = cabalTest . withRepo "repo" . withProjectFile "2-web.project" $ do
skipUnlessGhcVersion "== 9.6.3"
cabal "v2-build" ["--dry-run"]
2 changes: 1 addition & 1 deletion cabal-testsuite/PackageTests/VersionPriority/3-web.out
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Downloading the latest package list from test-local-repo
# cabal v2-build
Resolving dependencies...
Build profile: -w ghc-<GHCVER> -O1
Build profile: -w ghc-9.6.3 -O1
In order, the following would be built:
- hashable-1.4.2.0 (lib) (requires build)
- cabal-version-override-0.1.0.0 (exe:cabal-version-override) (first run)
1 change: 0 additions & 1 deletion cabal-testsuite/PackageTests/VersionPriority/3-web.test.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import Test.Cabal.Prelude

main = cabalTest . withRepo "repo" . withProjectFile "3-web.project" $ do
skipUnlessGhcVersion "== 9.6.3"
cabal "v2-build" ["--dry-run"]

0 comments on commit 4bfe868

Please sign in to comment.