We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5453c7 + 4c414dd commit bb61f80Copy full SHA for bb61f80
doc/cabal-package-description-file.rst
@@ -1215,7 +1215,10 @@ be provided by the library that provides the testing facility.
1215
Test-Suite test-bar
1216
type: detailed-0.9
1217
test-module: Bar
1218
- build-depends: base >= 4 && < 5, Cabal >= 1.9.2 && < 2
+ -- 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
1222
default-language: Haskell2010
1223
1224
0 commit comments