diff options
author | joe <joe@jerkface.net> | 2016-08-27 04:29:39 -0400 |
---|---|---|
committer | joe <joe@jerkface.net> | 2016-08-27 04:29:39 -0400 |
commit | a15059b0452ba9d730404ce5c5a6b91a3828fdbc (patch) | |
tree | 0f9617558352dcb3e2ea6219cfa1d7f739b8d761 /kiki.cabal | |
parent | 067c3647ed02c24c08b17803e28679e69d2e6dd9 (diff) |
Replaced dataenc with memory.
Diffstat (limited to 'kiki.cabal')
-rw-r--r-- | kiki.cabal | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -35,7 +35,6 @@ Executable kiki | |||
35 | binary, | 35 | binary, |
36 | bytestring, | 36 | bytestring, |
37 | containers, | 37 | containers, |
38 | dataenc, | ||
39 | directory, | 38 | directory, |
40 | filepath, | 39 | filepath, |
41 | tar, | 40 | tar, |
@@ -48,7 +47,7 @@ Executable kiki | |||
48 | other-modules: DNSKey | 47 | other-modules: DNSKey |
49 | if !flag(cryptonite) | 48 | if !flag(cryptonite) |
50 | Build-Depends: crypto-pubkey >=0.2.3, cryptohash -any, | 49 | Build-Depends: crypto-pubkey >=0.2.3, cryptohash -any, |
51 | crypto-pubkey-types -any | 50 | crypto-pubkey-types -any, dataenc |
52 | if flag(hourglass) | 51 | if flag(hourglass) |
53 | Build-Depends: hourglass -any, x509 >=1.5 && <1.6 | 52 | Build-Depends: hourglass -any, x509 >=1.5 && <1.6 |
54 | else | 53 | else |
@@ -89,11 +88,11 @@ library | |||
89 | CommandLine, | 88 | CommandLine, |
90 | Numeric.Interval, | 89 | Numeric.Interval, |
91 | Numeric.Interval.Bounded, | 90 | Numeric.Interval.Bounded, |
92 | SuperOrd | 91 | SuperOrd, |
92 | FunctorToMaybe | ||
93 | other-modules: TimeUtil, | 93 | other-modules: TimeUtil, |
94 | ControlMaybe, | 94 | ControlMaybe, |
95 | Compat, | 95 | Compat |
96 | FunctorToMaybe | ||
97 | 96 | ||
98 | Build-Depends: base >=4.6.0.0, | 97 | Build-Depends: base >=4.6.0.0, |
99 | asn1-encoding, | 98 | asn1-encoding, |
@@ -101,7 +100,6 @@ library | |||
101 | binary, | 100 | binary, |
102 | bytestring, | 101 | bytestring, |
103 | containers, | 102 | containers, |
104 | dataenc, | ||
105 | directory, | 103 | directory, |
106 | filepath, | 104 | filepath, |
107 | network, | 105 | network, |
@@ -120,7 +118,7 @@ library | |||
120 | 118 | ||
121 | if !flag(cryptonite) | 119 | if !flag(cryptonite) |
122 | Build-Depends: crypto-pubkey >=0.2.3, cryptohash -any, | 120 | Build-Depends: crypto-pubkey >=0.2.3, cryptohash -any, |
123 | crypto-pubkey-types -any | 121 | crypto-pubkey-types -any, dataenc |
124 | if flag(hourglass) | 122 | if flag(hourglass) |
125 | Build-Depends: hourglass -any, x509 >=1.5 && <1.6 | 123 | Build-Depends: hourglass -any, x509 >=1.5 && <1.6 |
126 | else | 124 | else |