Safe Haskell | None |
---|---|
Language | Haskell2010 |
Distribution.Client.Types.RepoName
Synopsis
- newtype RepoName = RepoName {
- unRepoName :: String
Documentation
Repository name.
May be used as path segment.
Constructors
RepoName | |
Fields
|
Instances
Parsec RepoName Source # |
| ||||
Defined in Distribution.Client.Types.RepoName Methods parsec :: CabalParsing m => m RepoName # | |||||
Pretty RepoName Source # | |||||
Defined in Distribution.Client.Types.RepoName | |||||
Structured RepoName Source # | |||||
Defined in Distribution.Client.Types.RepoName | |||||
Generic RepoName Source # | |||||
Defined in Distribution.Client.Types.RepoName Associated Types
| |||||
Show RepoName Source # | |||||
Binary RepoName Source # | |||||
NFData RepoName Source # | |||||
Defined in Distribution.Client.Types.RepoName | |||||
Eq RepoName Source # | |||||
Ord RepoName Source # | |||||
Defined in Distribution.Client.Types.RepoName | |||||
type Rep RepoName Source # | |||||
Defined in Distribution.Client.Types.RepoName |