diff options
author | Andrew Cady <d@jerkface.net> | 2019-07-13 16:25:13 -0400 |
---|---|---|
committer | Andrew Cady <d@jerkface.net> | 2019-07-13 16:25:13 -0400 |
commit | 8820af82d2fccadb6de7e2623c87e48fb11378c5 (patch) | |
tree | 51d25e17c2b9262abf15418007b8be5829a5facc /kiki.cabal | |
parent | 803d8a03e5c787d1d57b327cbc30a5beb9f1ec7a (diff) |
remove more old cpp cruft
Diffstat (limited to 'kiki.cabal')
-rw-r--r-- | kiki.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |