diff options
author | joe <joe@jerkface.net> | 2014-04-21 19:32:10 -0400 |
---|---|---|
committer | joe <joe@jerkface.net> | 2014-04-21 19:32:10 -0400 |
commit | 755aaab873a88970b0a268c1588277fcfd8002f3 (patch) | |
tree | 2f2dbc2d25c4428f4d9ac478324020d97d88be5b /kiki.cabal | |
parent | 768eef43fc1e19175a3b3f6820f96910d3f2a4b7 (diff) |
removed unused imports and binds from KeyRing.hs
Diffstat (limited to 'kiki.cabal')
-rw-r--r-- | kiki.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,5 +23,5 @@ Executable kiki | |||
23 | unix, time, | 23 | unix, time, |
24 | containers -any, process -any, filepath -any, | 24 | containers -any, process -any, filepath -any, |
25 | network | 25 | network |
26 | ghc-options: -O2 -fwarn-unused-binds | 26 | ghc-options: -O2 -fwarn-unused-binds -fwarn-unused-imports |
27 | c-sources: dotlock.c | 27 | c-sources: dotlock.c |