|
Distribution.Version | Portability | portable | Stability | alpha | Maintainer | Isaac Jones <ijones@syntaxpolice.org> |
|
|
|
|
|
Description |
Versions for packages, based on the Version datatype.
|
|
Synopsis |
|
|
|
|
Package versions
|
|
Version ranges
|
|
data VersionRange |
Constructors | | Instances | |
|
|
orLaterVersion :: Version -> VersionRange |
|
orEarlierVersion :: Version -> VersionRange |
|
betweenVersionsInclusive :: Version -> Version -> VersionRange |
|
withinRange :: Version -> VersionRange -> Bool |
Does this version fall within the given range?
|
|
showVersionRange :: VersionRange -> String |
|
parseVersionRange :: ReadP r VersionRange |
|
Dependencies
|
|
data Dependency |
Constructors | | Instances | |
|
|
Produced by Haddock version 0.7 |