| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Distribution.Hup.Types
Description
types useful package-wide
Synopsis
- 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
| Eq IsCandidate Source # | |
Defined in Distribution.Hup.Types | |
| Read IsCandidate Source # | |
Defined in Distribution.Hup.Types Methods readsPrec :: Int -> ReadS IsCandidate # readList :: ReadS [IsCandidate] # readPrec :: ReadPrec IsCandidate # readListPrec :: ReadPrec [IsCandidate] # | |
| Show IsCandidate Source # | |
Defined in Distribution.Hup.Types Methods showsPrec :: Int -> IsCandidate -> ShowS # show :: IsCandidate -> String # showList :: [IsCandidate] -> ShowS # | |
data IsDocumentation Source #
are we uploading a package or just docs
Constructors
| IsPackage | |
| IsDocumentation |
Instances
| Eq IsDocumentation Source # | |
Defined in Distribution.Hup.Types Methods (==) :: IsDocumentation -> IsDocumentation -> Bool # (/=) :: IsDocumentation -> IsDocumentation -> Bool # | |
| Read IsDocumentation Source # | |
Defined in Distribution.Hup.Types Methods readsPrec :: Int -> ReadS IsDocumentation # readList :: ReadS [IsDocumentation] # | |
| Show IsDocumentation Source # | |
Defined in Distribution.Hup.Types Methods showsPrec :: Int -> IsDocumentation -> ShowS # show :: IsDocumentation -> String # showList :: [IsDocumentation] -> ShowS # | |
name and version of a package
Constructors
| Package | |
Fields | |
Bundle together information useful for an upload.
Constructors
| Upload | |
Fields
| |