diff options
Diffstat (limited to 'lib/Types.hs')
-rw-r--r-- | lib/Types.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Types.hs b/lib/Types.hs index df2dfbe..686614e 100644 --- a/lib/Types.hs +++ b/lib/Types.hs | |||
@@ -236,6 +236,8 @@ data KikiCondition a = KikiSuccess a | |||
236 | | AmbiguousKeySpec FilePath | 236 | | AmbiguousKeySpec FilePath |
237 | | CannotImportMasterKey | 237 | | CannotImportMasterKey |
238 | | NoWorkingKey | 238 | | NoWorkingKey |
239 | | AgentConnectionFailure | ||
240 | | OperationCanceled | ||
239 | deriving ( Functor, Show ) | 241 | deriving ( Functor, Show ) |
240 | 242 | ||
241 | instance FunctorToMaybe KikiCondition where | 243 | instance FunctorToMaybe KikiCondition where |