summaryrefslogtreecommitdiff
path: root/lib/KeyRing/Types.hs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/KeyRing/Types.hs')
-rw-r--r--lib/KeyRing/Types.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/KeyRing/Types.hs b/lib/KeyRing/Types.hs
index f5fd879..6b686d5 100644
--- a/lib/KeyRing/Types.hs
+++ b/lib/KeyRing/Types.hs
@@ -1,3 +1,4 @@
1{-# LANGUAGE DeriveAnyClass #-}
1{-# LANGUAGE DeriveFunctor #-} 2{-# LANGUAGE DeriveFunctor #-}
2module KeyRing.Types where 3module KeyRing.Types where
3 4
@@ -28,7 +29,7 @@ data KeyRingOperation = KeyRingOperation
28 -- files reside. Otherwise, the evironment variable $GNUPGHOME is consulted 29 -- files reside. Otherwise, the evironment variable $GNUPGHOME is consulted
29 -- and if that is not set, it falls back to $HOME/.gnupg. 30 -- and if that is not set, it falls back to $HOME/.gnupg.
30 } 31 }
31 deriving (Eq,Show) 32 deriving (Eq,Show,Semigroup,Monoid)
32 33
33data InputFile = HomeSec 34data InputFile = HomeSec
34 -- ^ A file named secring.gpg located in the home directory. 35 -- ^ A file named secring.gpg located in the home directory.