Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Distribution.Hup.Types
Description
types useful package-wide
- data IsCandidate
- data IsDocumentation
- data Package = Package {}
- data Upload = Upload {}
Documentation
data IsCandidate Source #
whether a package is a normal one or a candidate
Constructors
NormalPkg | |
CandidatePkg |
Instances
data IsDocumentation Source #
are we uploading a package or just docs
Constructors
IsPackage | |
IsDocumentation |
Instances
name and version of a package
Constructors
Package | |
Fields |
Bundle together information useful for an upload.
Constructors
Upload | |
Fields
|