diff options
author | joe <joe@jerkface.net> | 2014-04-18 13:33:57 -0400 |
---|---|---|
committer | joe <joe@jerkface.net> | 2014-04-18 13:33:57 -0400 |
commit | b28250af74427128440d2a7abd22f1826f1db1e9 (patch) | |
tree | e7117ce5cdb5ff09798511e421210062bf597616 /KeyRing.hs | |
parent | c076fedc82c85b47979dafe4d796de47b6d7c120 (diff) |
fixed cabal build for jessie
Diffstat (limited to 'KeyRing.hs')
-rw-r--r-- | KeyRing.hs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 #-} | ||
7 | module KeyRing where | 8 | module KeyRing where |
8 | 9 | ||
9 | import System.Environment | 10 | import System.Environment |