Hackage.Security.Util.Pretty
Description
Producing human-reaadable strings
class Pretty a where Source #
Produce a human-readable string
Methods
pretty :: a -> String Source #
Defined in Hackage.Security.Client
pretty :: InvalidFileInIndex -> String Source #
pretty :: InvalidPackageException -> String Source #
pretty :: LocalFileCorrupted -> String Source #
Defined in Hackage.Security.Client.Repository
pretty :: CachedFile -> String Source #
pretty :: LogMessage -> String Source #
pretty :: SomeRemoteError -> String Source #
pretty :: UpdateFailure -> String Source #
Defined in Hackage.Security.JSON
pretty :: DeserializationError -> String Source #
Defined in Hackage.Security.TUF.FileMap
pretty :: TargetPath -> String Source #
Defined in Hackage.Security.Trusted.TCB
pretty :: RootUpdated -> String Source #
pretty :: VerificationError -> String Source #
Defined in Hackage.Security.Client.Repository.Remote
pretty :: RemoteTemp typ -> String Source #
Defined in Hackage.Security.TUF.Layout.Index
pretty :: IndexFile dec -> String Source #
Defined in Hackage.Security.TUF.Paths
pretty :: Path CacheRoot -> String Source #
pretty :: Path IndexRoot -> String Source #
pretty :: Path RepoRoot -> String Source #
Defined in Hackage.Security.Util.Path
pretty :: Path Absolute -> String Source #
pretty :: Path HomeDir -> String Source #
pretty :: Path Relative -> String Source #
pretty :: Path Tar -> String Source #
pretty :: Path Unrooted -> String Source #
Defined in Hackage.Security.Util.Some
pretty :: Some f -> String Source #
pretty :: RemoteFile fs typ -> String Source #