Skip to content

Commit

Permalink
Merge pull request #1689 from fhartwig/master
Browse files Browse the repository at this point in the history
Fix small documentation error
  • Loading branch information
23Skidoo committed Feb 15, 2014
2 parents f3e9434 + fce0b53 commit 39daf76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cabal/Distribution/Version.hs
Expand Up @@ -150,7 +150,7 @@ anyVersion = AnyVersion
-- This can be constructed using any unsatisfiable version range expression, -- This can be constructed using any unsatisfiable version range expression,
-- for example @> 1 && < 1@. -- for example @> 1 && < 1@.
-- --
-- > withinRange v anyVersion = False -- > withinRange v noVersion = False
-- --
noVersion :: VersionRange noVersion :: VersionRange
noVersion = IntersectVersionRanges (LaterVersion v) (EarlierVersion v) noVersion = IntersectVersionRanges (LaterVersion v) (EarlierVersion v)
Expand Down

0 comments on commit 39daf76

Please sign in to comment.