| Safe Haskell | Safe-Inferred |
|---|---|
| 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 # | |
| 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 type Rep RepoName = D1 ('MetaData "RepoName" "Distribution.Client.Types.RepoName" "cabal-install-3.10.2.1-EY5xHO2LnGwBaag5vRk9zW" 'True) (C1 ('MetaCons "RepoName" 'PrefixI 'True) (S1 ('MetaSel ('Just "unRepoName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String))) | |