summaryrefslogtreecommitdiff
path: root/kiki.cabal
diff options
context:
space:
mode:
authorJoe Crayne <joe@jerkface.net>2019-07-02 05:30:36 -0400
committerJoe Crayne <joe@jerkface.net>2019-07-02 05:30:36 -0400
commit4e87e15398728286efeacdb54d3feba6070ed1b1 (patch)
tree71988340ccee7a4bf2b0600a87bc1249f4ca4f6f /kiki.cabal
parent75aeff50b20f0bf08cfcda371c6323b73fe73a23 (diff)
Read packet file with larger chunk size.
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 293cc30..d790af7 100644
--- a/kiki.cabal
+++ b/kiki.cabal
@@ -94,7 +94,8 @@ library
94 Numeric.Interval.Bounded, 94 Numeric.Interval.Bounded,
95 SuperOrd, 95 SuperOrd,
96 FunctorToMaybe, 96 FunctorToMaybe,
97 GnuPGAgent 97 GnuPGAgent,
98 ByteStringUtil
98 other-modules: TimeUtil, 99 other-modules: TimeUtil,
99 ControlMaybe, 100 ControlMaybe,
100 Compat, 101 Compat,