summaryrefslogtreecommitdiff
path: root/KeyRing.hs
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2014-04-18 13:33:57 -0400
committerjoe <joe@jerkface.net>2014-04-18 13:33:57 -0400
commitb28250af74427128440d2a7abd22f1826f1db1e9 (patch)
treee7117ce5cdb5ff09798511e421210062bf597616 /KeyRing.hs
parentc076fedc82c85b47979dafe4d796de47b6d7c120 (diff)
fixed cabal build for jessie
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