summaryrefslogtreecommitdiff
path: root/kiki.cabal
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2016-04-25 15:35:56 -0400
committerjoe <joe@jerkface.net>2016-04-25 15:37:45 -0400
commita16dfe2b23349ab8b66e33559fbd372f1c4832db (patch)
treebf8093c66424035a474cf27334aaf6bb57610714 /kiki.cabal
parent35edce91c66282a053e80eb419876d258b373725 (diff)
Integrated CommandLine parsing library.
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