summaryrefslogtreecommitdiff
path: root/KeyRing.hs
diff options
context:
space:
mode:
Diffstat (limited to 'KeyRing.hs')
-rw-r--r--KeyRing.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/KeyRing.hs b/KeyRing.hs
index 95c348e..2f8f6ec 100644
--- a/KeyRing.hs
+++ b/KeyRing.hs
@@ -82,6 +82,7 @@ data InputFile = HomeSec
82 | HomePub 82 | HomePub
83 | ArgFile FilePath 83 | ArgFile FilePath
84 | FileDesc Posix.Fd 84 | FileDesc Posix.Fd
85 deriving (Eq,Ord)
85 86
86type UsageTag = String 87type UsageTag = String
87type Initializer = String 88type Initializer = String