summaryrefslogtreecommitdiff
path: root/kiki.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'kiki.cabal')
-rw-r--r--kiki.cabal4
1 files changed, 3 insertions, 1 deletions
diff --git a/kiki.cabal b/kiki.cabal
index 44abdb5..8eb4f17 100644
--- a/kiki.cabal
+++ b/kiki.cabal
@@ -93,7 +93,9 @@ library
93 GnuPGAgent 93 GnuPGAgent
94 other-modules: TimeUtil, 94 other-modules: TimeUtil,
95 ControlMaybe, 95 ControlMaybe,
96 Compat 96 Compat,
97 Types,
98 PacketTranscoder
97 99
98 Build-Depends: base >=4.6.0.0, 100 Build-Depends: base >=4.6.0.0,
99 asn1-encoding, 101 asn1-encoding,