hackage-security-0.5.3.0: Hackage security library
Hackage.Security.Util.Pretty
Description
Producing human-reaadable strings
Synopsis
class Pretty a where Source #
Produce a human-readable string
Minimal complete definition
pretty
Methods
pretty :: a -> String Source #
Instances
pretty :: DeserializationError -> String Source #
pretty :: TargetPath -> String Source #
pretty :: RootUpdated -> String Source #
pretty :: VerificationError -> String Source #
pretty :: SomeRemoteError -> String Source #
pretty :: UpdateFailure -> String Source #
pretty :: LogMessage -> String Source #
pretty :: CachedFile -> String Source #
pretty :: InvalidFileInIndex -> String Source #
pretty :: LocalFileCorrupted -> String Source #
pretty :: InvalidPackageException -> String Source #
pretty :: Some f -> String Source #
pretty :: Path Tar -> String Source #
pretty :: Path HomeDir -> String Source #
pretty :: Path Absolute -> String Source #
pretty :: Path Relative -> String Source #
pretty :: Path Unrooted -> String Source #
pretty :: Path CacheRoot -> String Source #
pretty :: Path IndexRoot -> String Source #
pretty :: Path RepoRoot -> String Source #
pretty :: IndexFile dec -> String Source #
pretty :: RemoteTemp typ -> String Source #
pretty :: RemoteFile fs typ -> String Source #