Safe Haskell | Safe-Infered |
---|
Porte.Ports
Documentation
portsIndex :: [Char]
portsPrefix :: [Char]
type Name = ByteString
type DistributionName = ByteString
type Path = ByteString
type Prefix = ByteString
type Comment = ByteString
type DescriptionPath = ByteString
type PortDescription = Maybe ByteString
type Maintainer = ByteString
type Categories = [ByteString]
type ExtractDepends = [ByteString]
type PatchDepends = [ByteString]
type FetchDepends = [ByteString]
type BuildDepends = [ByteString]
type RunDepends = [ByteString]
type Website = ByteString
type PortField = Port -> ByteString
description :: Port -> IO (Maybe ByteString)
glue :: (Port -> [ByteString]) -> Port -> ByteString
category :: Port -> ByteString
buildDepend :: Port -> ByteString
extractDepend :: Port -> ByteString
parseEntry :: ByteString -> Port
parseIndex :: ByteString -> [Port]