| 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
| Eq RepoName Source # | |
| Ord RepoName Source # | |
Defined in Distribution.Client.Types.RepoName | |
| Show RepoName Source # | |
| Generic RepoName Source # | |
| Binary RepoName Source # | |
| NFData RepoName Source # | |
Defined in Distribution.Client.Types.RepoName | |
| Structured RepoName Source # | |
Defined in Distribution.Client.Types.RepoName | |
| Parsec RepoName Source # |
|
Defined in Distribution.Client.Types.RepoName Methods parsec :: CabalParsing m => m RepoName # | |
| Pretty RepoName Source # | |
Defined in Distribution.Client.Types.RepoName | |
| type Rep RepoName Source # | |
Defined in Distribution.Client.Types.RepoName | |