From d420aefe0b14081b00d4655f9e8317903b5b02c3 Mon Sep 17 00:00:00 2001 From: James Crayne Date: Sun, 21 Jun 2015 07:36:46 -0400 Subject: kikid: The Beginnings of the Kiki Daemon --- kiki.cabal | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'kiki.cabal') diff --git a/kiki.cabal b/kiki.cabal index f811743..2632e6d 100644 --- a/kiki.cabal +++ b/kiki.cabal @@ -13,7 +13,9 @@ build-type: Simple Executable kiki Main-is: kiki.hs - Build-Depends: base -any, directory -any, + -- base >=4.6 due to use of readEither in KikiD.Message + Build-Depends: base >=4.6.0.0, + directory -any, openpgp-util -any, crypto-pubkey (>=0.2.3), cryptohash -any, crypto-pubkey-types -any, @@ -31,5 +33,19 @@ Executable hosts Main-is: hosts.hs c-sources: dotlock.c +Executable kikid + Main-is: kikid.hs + Build-Depends: base -any, + --kiki >=0.0.3, + hdaemonize >= 0.5, + hsyslog -any, + async >= 2.0.0, + stm-chans >= 2.0.0, + network >= 2.4 && < 3.0, + monad-loops -any, + HTTP -any, + stm >= 2.3, + cereal -any + library exposed-modules: KeyRing -- cgit v1.2.3