summaryrefslogtreecommitdiff
path: root/kiki.cabal
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2016-08-30 21:01:56 -0400
committerjoe <joe@jerkface.net>2016-08-30 21:01:56 -0400
commitfae3728a6b7e8ee13ed009e7c9cf3918eb4b89d7 (patch)
treea48c0be5f07e5b7f2a0f6f6d684009f9a1872cfb /kiki.cabal
parent8423f5d8382eff36e901937ba6849de325088f5f (diff)
Factored Transforms out of goliath KeyRing module.
Diffstat (limited to 'kiki.cabal')
-rw-r--r--kiki.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/kiki.cabal b/kiki.cabal
index 012bdf9..028a1ff 100644
--- a/kiki.cabal
+++ b/kiki.cabal
@@ -96,8 +96,8 @@ library
96 ControlMaybe, 96 ControlMaybe,
97 Compat, 97 Compat,
98 Types, 98 Types,
99 PacketTranscoder 99 PacketTranscoder,
100 100 Transforms
101 Build-Depends: base >=4.6.0.0, 101 Build-Depends: base >=4.6.0.0,
102 asn1-encoding, 102 asn1-encoding,
103 asn1-types, 103 asn1-types,