From 14ca9ca78ff2ec55b5f353fe101562830a8dd9d7 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 17 Aug 2016 18:56:05 -0400 Subject: obscure name --- Types.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Types.hs') 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 -- cgit v1.2.3