summaryrefslogtreecommitdiff
path: root/kiki.cabal
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2016-08-28 16:10:41 -0400
committerjoe <joe@jerkface.net>2016-08-28 16:10:41 -0400
commit7a579e7b82a2f5707af77f4a7101ce72e57635ac (patch)
treea5ff6eac4888a5577a6ba89a76dde939af4bc038 /kiki.cabal
parent83e97b86973fc63eda92f5b38c112f0d374503c0 (diff)
Refactored for smaller modules (faster rebuild).
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,