|
Distribution.Package | Portability | portable | Stability | alpha | Maintainer | Isaac Jones <ijones@syntaxpolice.org> |
|
|
|
Description |
Packages are fundamentally just a name and a version.
|
|
Synopsis |
|
|
|
Documentation |
|
|
The name and version of a package.
| Constructors | PackageIdentifier | | pkgName :: String | The name of this package, eg. foo
| pkgVersion :: Version | the version of this package, eg 1.2
|
|
| Instances | |
|
|
|
Creates a string like foo-1.2
|
|
|
A package ID looks like foo-1.2.
|
|
|
|
Produced by Haddock version 0.8 |