stack-1.0.4.1: The Haskell Tool Stack

Copyright(c) FPComplete.com, 2015
LicenseBSD3
MaintainerTim Dysinger <tim@fpcomplete.com>
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Stack.Sig.GPG

Description

 

Synopsis

Documentation

fullFingerprint :: (Monad m, MonadIO m, MonadThrow m) => Fingerprint -> m Fingerprint Source

Extract the full long fingerprint given a short (or long) fingerprint

signPackage :: (Monad m, MonadIO m, MonadThrow m) => Path Abs File -> m Signature Source

Sign a file path with GPG, returning the Signature.

verifyFile :: (Monad m, MonadIO m, MonadThrow m) => Signature -> Path Abs File -> m Fingerprint Source

Verify the Signature of a file path returning the Fingerprint.