Skip to content

Commit b92cdcf

Browse files
committed
Don't use cabal-version: >= 99999 in test-cases
Since we now reject unknown spec-versions in the solver, these test-cases were broken; this replaces the 2 occurences by `cabal-version: 2.0` instead. (cherry picked from commit 45c102d)
1 parent 97155ec commit b92cdcf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cabal-testsuite/PackageTests/CustomWithoutCabal/custom-setup-without-cabal.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
cabal-version: 2.0
12
name: custom-setup-without-cabal
23
version: 1.0
34
build-type: Custom
4-
cabal-version: >= 99999
55

66
custom-setup
77
setup-depends: base

cabal-testsuite/PackageTests/Regression/T3436/custom-setup/custom-setup.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
cabal-version: 2.0
12
name: custom-setup
23
version: 1.0
34
build-type: Custom
4-
cabal-version: >= 99999
55

66
custom-setup
77
setup-depends: base, Cabal >= 99999

0 commit comments

Comments
 (0)