DisTract-0.2.5: Distributed Bug Tracking SystemSource codeContentsIndex
DisTract.Monotone.Types
Documentation
data Key Source
Constructors
PublicKey String Hash
PrivateKey String Hash
show/hide Instances
data Hash Source
Constructors
Hash Word64 Word64 Word64 Word64 Word64
show/hide Instances
data Cert Source
Constructors
Cert
certName :: String
certValue :: String
certKey :: String
certTrust :: Trust
certSignature :: Signature
show/hide Instances
data Trust Source
Constructors
Trusted
Untrusted
show/hide Instances
data Signature Source
Constructors
SigOk
SigBad
SigUnknown
show/hide Instances
data Revision Source
Constructors
Revision Hash [Cert]
show/hide Instances
data LogBrief Source
Constructors
LogBrief
logRevisionHash :: Hash
logRevisionAuthor :: String
logRevisionTime :: UTCTime
logRevisionBranch :: String
show/hide Instances
Produced by Haddock version 2.1.0