| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Distribution.Parsec.Source
Synopsis
Documentation
The source of a parse error
Constructors
| PKnownSource src | |
| PUnknownSource |
Instances
newtype CabalFileSource Source #
Constructors
| PCabalFile (FilePath, ByteString) |
Instances
| Generic CabalFileSource Source # | |||||
Defined in Distribution.Parsec.Source Associated Types
Methods from :: CabalFileSource -> Rep CabalFileSource x # to :: Rep CabalFileSource x -> CabalFileSource # | |||||
| Show CabalFileSource Source # | |||||
Defined in Distribution.Parsec.Source Methods showsPrec :: Int -> CabalFileSource -> ShowS # show :: CabalFileSource -> String # showList :: [CabalFileSource] -> ShowS # | |||||
| Eq CabalFileSource Source # | |||||
Defined in Distribution.Parsec.Source Methods (==) :: CabalFileSource -> CabalFileSource -> Bool # (/=) :: CabalFileSource -> CabalFileSource -> Bool # | |||||
| Ord CabalFileSource Source # | |||||
Defined in Distribution.Parsec.Source Methods compare :: CabalFileSource -> CabalFileSource -> Ordering # (<) :: CabalFileSource -> CabalFileSource -> Bool # (<=) :: CabalFileSource -> CabalFileSource -> Bool # (>) :: CabalFileSource -> CabalFileSource -> Bool # (>=) :: CabalFileSource -> CabalFileSource -> Bool # max :: CabalFileSource -> CabalFileSource -> CabalFileSource # min :: CabalFileSource -> CabalFileSource -> CabalFileSource # | |||||
| type Rep CabalFileSource Source # | |||||
Defined in Distribution.Parsec.Source type Rep CabalFileSource = D1 ('MetaData "CabalFileSource" "Distribution.Parsec.Source" "Cabal-syntax-3.18.1.0-inplace" 'True) (C1 ('MetaCons "PCabalFile" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (FilePath, ByteString)))) | |||||
data InstalledPackageInfoSource Source #
Constructors
| PInstalledPackageInfo |
Instances
| Generic InstalledPackageInfoSource Source # | |||||
Defined in Distribution.Parsec.Source Associated Types
Methods from :: InstalledPackageInfoSource -> Rep InstalledPackageInfoSource x # to :: Rep InstalledPackageInfoSource x -> InstalledPackageInfoSource # | |||||
| Show InstalledPackageInfoSource Source # | |||||
Defined in Distribution.Parsec.Source Methods showsPrec :: Int -> InstalledPackageInfoSource -> ShowS # show :: InstalledPackageInfoSource -> String # showList :: [InstalledPackageInfoSource] -> ShowS # | |||||
| Eq InstalledPackageInfoSource Source # | |||||
Defined in Distribution.Parsec.Source Methods (==) :: InstalledPackageInfoSource -> InstalledPackageInfoSource -> Bool # (/=) :: InstalledPackageInfoSource -> InstalledPackageInfoSource -> Bool # | |||||
| Ord InstalledPackageInfoSource Source # | |||||
Defined in Distribution.Parsec.Source Methods compare :: InstalledPackageInfoSource -> InstalledPackageInfoSource -> Ordering # (<) :: InstalledPackageInfoSource -> InstalledPackageInfoSource -> Bool # (<=) :: InstalledPackageInfoSource -> InstalledPackageInfoSource -> Bool # (>) :: InstalledPackageInfoSource -> InstalledPackageInfoSource -> Bool # (>=) :: InstalledPackageInfoSource -> InstalledPackageInfoSource -> Bool # max :: InstalledPackageInfoSource -> InstalledPackageInfoSource -> InstalledPackageInfoSource # min :: InstalledPackageInfoSource -> InstalledPackageInfoSource -> InstalledPackageInfoSource # | |||||
| type Rep InstalledPackageInfoSource Source # | |||||