Skip to content

Commit bb61f80

Browse files
authored
Merge pull request #10985 from chreekat/b/detailed-test
Docs: fix the detailed-0.9 example
2 parents f5453c7 + 4c414dd commit bb61f80

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/cabal-package-description-file.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1215,7 +1215,10 @@ be provided by the library that provides the testing facility.
12151215
Test-Suite test-bar
12161216
type: detailed-0.9
12171217
test-module: Bar
1218-
build-depends: base >= 4 && < 5, Cabal >= 1.9.2 && < 2
1218+
-- To keep this (untested) example working, we rely on the test type
1219+
-- version rather than an upper bound on Cabal. In real code, PVP
1220+
-- compliance may require including the upper bound.
1221+
build-depends: base >= 4 && < 5, Cabal >= 1.9.2
12191222
default-language: Haskell2010
12201223
12211224

0 commit comments

Comments
 (0)