stack-1.2.0: 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

gpgSign :: (MonadIO m, MonadLogger m, MonadThrow m) => Path Abs File -> m Signature Source

Sign a file path with GPG, returning the Signature.

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

Verify the Signature of a file path returning the Fingerprint.