Skip to content

Commit 411fcfa

Browse files
authored
Merge pull request #10610 from haskell/hsyl20-doc-constraints
Fix typo in constraint example
2 parents 3917567 + 1beda19 commit 411fcfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/cabal-package-description-file.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1344,7 +1344,7 @@ system-dependent values for these fields.
13441344
but ``time-1.12.3`` bumps the lower bound on base to ``>=4.14``. If we
13451345
still want to compile with a ``ghc-8.8.*`` version of GHC that ships with
13461346
``base-4.13`` and with later GHC versions, then we can use ``time >=1.12
1347-
&& (time <1.12.3 || time >1.12.3)``.
1347+
&& (<1.12.3 || >1.12.3)``.
13481348

13491349
Hackage shows deprecated and preferred versions for packages, such as for
13501350
`containers <https://hackage.haskell.org/package/containers/preferred>`_

0 commit comments

Comments
 (0)