diff options
author | joe <joe@blackbird> | 2014-01-16 16:51:24 -0500 |
---|---|---|
committer | joe <joe@blackbird> | 2014-01-16 16:51:24 -0500 |
commit | 802c204c3202df3a3340ea0479cc11a34cd8a042 (patch) | |
tree | e90f123e41e2f690712645a334065690cdbc7fe4 /kiki.cabal | |
parent | 214907bae05c29ccf24e106eb7f9bb9b77c161e6 (diff) |
Removed unused bindings.
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 | 26 | ghc-options: -O2 -fwarn-unused-binds |
27 | c-sources: dotlock.c | 27 | c-sources: dotlock.c |