summaryrefslogtreecommitdiffhomepage
path: root/Types.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-08-17 18:56:05 -0400
committerJoey Hess <joeyh@joeyh.name>2016-08-17 18:56:05 -0400
commit14ca9ca78ff2ec55b5f353fe101562830a8dd9d7 (patch)
tree303aa7b4308037fbcc8854474bdd5fd3463338cc /Types.hs
parentc394b41a2ffb7e987864fa64fd583017c717703b (diff)
downloadkeysafe-14ca9ca78ff2ec55b5f353fe101562830a8dd9d7.tar.gz
obscure name
Diffstat (limited to 'Types.hs')
-rw-r--r--Types.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Types.hs b/Types.hs
index 5ba208f..459dcd1 100644
--- a/Types.hs
+++ b/Types.hs
@@ -47,7 +47,7 @@ newtype Password = Password B.ByteString
-- | A name associated with a key stored in keysafe.
newtype Name = Name B.ByteString
- deriving (Show)
+ deriving (Show, Monoid)
-- | Source of the secret key stored in keysafe.
data SecretKeySource = GpgKey KeyId | KeyFile FilePath