From fce0b5309ae3873f6d785eb98bbb5017ce6e1f74 Mon Sep 17 00:00:00 2001 From: Florian Hartwig Date: Sat, 15 Feb 2014 23:28:23 +0100 Subject: [PATCH] Fix small documentation error --- Cabal/Distribution/Version.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cabal/Distribution/Version.hs b/Cabal/Distribution/Version.hs index aaa514bf45e..a7239090942 100644 --- a/Cabal/Distribution/Version.hs +++ b/Cabal/Distribution/Version.hs @@ -150,7 +150,7 @@ anyVersion = AnyVersion -- This can be constructed using any unsatisfiable version range expression, -- for example @> 1 && < 1@. -- --- > withinRange v anyVersion = False +-- > withinRange v noVersion = False -- noVersion :: VersionRange noVersion = IntersectVersionRanges (LaterVersion v) (EarlierVersion v)