summaryrefslogtreecommitdiff
path: root/kiki.cabal
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2019-07-13 16:25:13 -0400
committerAndrew Cady <d@jerkface.net>2019-07-13 16:25:13 -0400
commit8820af82d2fccadb6de7e2623c87e48fb11378c5 (patch)
tree51d25e17c2b9262abf15418007b8be5829a5facc /kiki.cabal
parent803d8a03e5c787d1d57b327cbc30a5beb9f1ec7a (diff)
remove more old cpp cruft
Diffstat (limited to 'kiki.cabal')
-rw-r--r--kiki.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/kiki.cabal b/kiki.cabal
index 25b2373..7c57e3d 100644
--- a/kiki.cabal
+++ b/kiki.cabal
@@ -68,7 +68,6 @@ library
68 SSHKey, 68 SSHKey,
69 LengthPrefixedBE, 69 LengthPrefixedBE,
70 CommandLine, 70 CommandLine,
71 Numeric.Interval,
72 Numeric.Interval.Bounded, 71 Numeric.Interval.Bounded,
73 SuperOrd, 72 SuperOrd,
74 FunctorToMaybe, 73 FunctorToMaybe,
@@ -92,7 +91,7 @@ library
92 deepseq, 91 deepseq,
93 directory, 92 directory,
94 filepath, 93 filepath,
95 network, 94 network >= 2.4.0,
96 openpgp-util, 95 openpgp-util,
97 pretty-show, 96 pretty-show,
98 process, 97 process,
@@ -100,7 +99,8 @@ library
100 text, 99 text,
101 unix, 100 unix,
102 zlib, 101 zlib,
103 time >= 1.5 102 time >= 1.5,
103 intervals
104 104
105 Build-Depends: cryptonite, x509 >=1.6, memory, hourglass 105 Build-Depends: cryptonite, x509 >=1.6, memory, hourglass
106 c-sources: lib/dotlock.c 106 c-sources: lib/dotlock.c