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 d500c26..265b7fa 100644
--- a/KeyRing.hs
+++ b/KeyRing.hs
@@ -4,6 +4,7 @@
4{-# LANGUAGE ExistentialQuantification #-} 4{-# LANGUAGE ExistentialQuantification #-}
5{-# LANGUAGE OverloadedStrings #-} 5{-# LANGUAGE OverloadedStrings #-}
6{-# LANGUAGE DeriveFunctor #-} 6{-# LANGUAGE DeriveFunctor #-}
7{-# LANGUAGE DoAndIfThenElse #-}
7module KeyRing where 8module KeyRing where
8 9
9import System.Environment 10import System.Environment