summaryrefslogtreecommitdiff
path: root/kiki.cabal
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2016-08-27 05:27:08 -0400
committerjoe <joe@jerkface.net>2016-08-27 05:27:08 -0400
commit7c024e8b1545666915d7eb313098e6015974c164 (patch)
treeec2518e0c4b2058e4206f06200aae738503babaa /kiki.cabal
parenta15059b0452ba9d730404ce5c5a6b91a3828fdbc (diff)
Added module for talking to gpg-agent.
Diffstat (limited to 'kiki.cabal')
-rw-r--r--kiki.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/kiki.cabal b/kiki.cabal
index 85461c7..44abdb5 100644
--- a/kiki.cabal
+++ b/kiki.cabal
@@ -89,7 +89,8 @@ library
89 Numeric.Interval, 89 Numeric.Interval,
90 Numeric.Interval.Bounded, 90 Numeric.Interval.Bounded,
91 SuperOrd, 91 SuperOrd,
92 FunctorToMaybe 92 FunctorToMaybe,
93 GnuPGAgent
93 other-modules: TimeUtil, 94 other-modules: TimeUtil,
94 ControlMaybe, 95 ControlMaybe,
95 Compat 96 Compat