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 3917567 + 1beda19 commit 411fcfaCopy full SHA for 411fcfa
doc/cabal-package-description-file.rst
@@ -1344,7 +1344,7 @@ system-dependent values for these fields.
1344
but ``time-1.12.3`` bumps the lower bound on base to ``>=4.14``. If we
1345
still want to compile with a ``ghc-8.8.*`` version of GHC that ships with
1346
``base-4.13`` and with later GHC versions, then we can use ``time >=1.12
1347
- && (time <1.12.3 || time >1.12.3)``.
+ && (<1.12.3 || >1.12.3)``.
1348
1349
Hackage shows deprecated and preferred versions for packages, such as for
1350
`containers <https://hackage.haskell.org/package/containers/preferred>`_
0 commit comments