porte
Source code
Contents
Index
Porte.Ports
Documentation
type
Name
=
ByteString
Source
type
DistributionName
=
ByteString
Source
type
Version
=
ByteString
Source
type
Path
=
ByteString
Source
type
Prefix
=
ByteString
Source
type
Comment
=
ByteString
Source
type
DescriptionPath
=
ByteString
Source
type
PortDescription
=
Maybe
ByteString
Source
type
Maintainer
=
ByteString
Source
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
=
ByteString
Source
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
Instances
Eq
Port
Read
Port
Show
Port
type
PortField
=
Port
->
ByteString
Source
type
PortQuery
= [(
PortField
,
String
)]
Source
toField
::
String
->
Maybe
PortField
Source
search
::
PortQuery
-> [
Port
] -> [
Port
]
Source
find
::
PortQuery
-> [
Port
] -> [
Port
]
Source
description
::
Port
->
IO
(
Maybe
ByteString
)
Source
glue
:: (
Port
-> [
ByteString
]) ->
Port
->
ByteString
Source
parseEntry
::
ByteString
->
Port
Source
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