porteSource codeContentsIndex
Porte.Ports
Documentation
type Name = ByteStringSource
type DistributionName = ByteStringSource
type Version = ByteStringSource
type Path = ByteStringSource
type Prefix = ByteStringSource
type Comment = ByteStringSource
type DescriptionPath = ByteStringSource
type PortDescription = Maybe ByteStringSource
type Maintainer = ByteStringSource
type Categories = [ByteString]Source
type ExtractDepends = [ByteString]Source
type PatchDepends = [ByteString]Source
type FetchDepends = [ByteString]Source
type BuildDepends = [ByteString]Source
type RunDepends = [ByteString]Source
type Website = ByteStringSource
data Port Source
Constructors
Port
name :: Name
distributionName :: DistributionName
version :: Version
path :: Path
comment :: Comment
descriptionPath :: DescriptionPath
maintainer :: Maintainer
categories :: Categories
buildDepends :: BuildDepends
website :: Website
extractDepends :: ExtractDepends
show/hide Instances
type PortField = Port -> ByteStringSource
type PortQuery = [(PortField, String)]Source
toField :: String -> Maybe PortFieldSource
search :: PortQuery -> [Port] -> [Port]Source
find :: PortQuery -> [Port] -> [Port]Source
description :: Port -> IO (Maybe ByteString)Source
glue :: (Port -> [ByteString]) -> Port -> ByteStringSource
parseEntry :: ByteString -> PortSource
parseIndex :: ByteString -> [Port]Source
index :: Maybe String -> IO [Port]Source
putPorts :: [PortField] -> [Port] -> IO ()Source
hPutPorts :: Handle -> [PortField] -> [Port] -> IO ()Source
putPort :: [PortField] -> Port -> IO ()Source
hPutPort :: Handle -> [PortField] -> Port -> IO ()Source
Produced by Haddock version 2.4.2