summaryrefslogtreecommitdiff
path: root/kiki.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'kiki.cabal')
-rw-r--r--kiki.cabal7
1 files changed, 6 insertions, 1 deletions
diff --git a/kiki.cabal b/kiki.cabal
index 191519c..a96eee9 100644
--- a/kiki.cabal
+++ b/kiki.cabal
@@ -57,6 +57,7 @@ Executable hosts
57Executable cokiki 57Executable cokiki
58 Main-is: cokiki.hs 58 Main-is: cokiki.hs
59 Build-Depends: base >=4.6.0.0, 59 Build-Depends: base >=4.6.0.0,
60 bytestring,
60 unix, 61 unix,
61 kiki 62 kiki
62 63
@@ -70,7 +71,11 @@ library
70 Base58, 71 Base58,
71 CryptoCoins, 72 CryptoCoins,
72 ProcessUtils, 73 ProcessUtils,
73 Hosts 74 Hosts,
75 CommandLine,
76 Numeric.Interval,
77 Numeric.Interval.Bounded,
78 SuperOrd
74 other-modules: TimeUtil, 79 other-modules: TimeUtil,
75 Compat, 80 Compat,
76 FunctorToMaybe 81 FunctorToMaybe