From a15059b0452ba9d730404ce5c5a6b91a3828fdbc Mon Sep 17 00:00:00 2001 From: joe Date: Sat, 27 Aug 2016 04:29:39 -0400 Subject: Replaced dataenc with memory. --- kiki.cabal | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'kiki.cabal') diff --git a/kiki.cabal b/kiki.cabal index 3084908..85461c7 100644 --- a/kiki.cabal +++ b/kiki.cabal @@ -35,7 +35,6 @@ Executable kiki binary, bytestring, containers, - dataenc, directory, filepath, tar, @@ -48,7 +47,7 @@ Executable kiki other-modules: DNSKey if !flag(cryptonite) Build-Depends: crypto-pubkey >=0.2.3, cryptohash -any, - crypto-pubkey-types -any + crypto-pubkey-types -any, dataenc if flag(hourglass) Build-Depends: hourglass -any, x509 >=1.5 && <1.6 else @@ -89,11 +88,11 @@ library CommandLine, Numeric.Interval, Numeric.Interval.Bounded, - SuperOrd + SuperOrd, + FunctorToMaybe other-modules: TimeUtil, ControlMaybe, - Compat, - FunctorToMaybe + Compat Build-Depends: base >=4.6.0.0, asn1-encoding, @@ -101,7 +100,6 @@ library binary, bytestring, containers, - dataenc, directory, filepath, network, @@ -120,7 +118,7 @@ library if !flag(cryptonite) Build-Depends: crypto-pubkey >=0.2.3, cryptohash -any, - crypto-pubkey-types -any + crypto-pubkey-types -any, dataenc if flag(hourglass) Build-Depends: hourglass -any, x509 >=1.5 && <1.6 else -- cgit v1.2.3