summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Crayne <jim.crayne@gmail.com>2013-06-30 06:39:09 -0400
committerJames Crayne <jim.crayne@gmail.com>2013-06-30 06:39:09 -0400
commitffa072d469c904bf30756e2acbdb1c9b78508c35 (patch)
treeb9baf467f7b834310072e9d047b9d349426e6e44
parentad04502413624cad42b36437ef0d30fd8105817f (diff)
Updated cabal file
-rw-r--r--presence.cabal12
1 files changed, 11 insertions, 1 deletions
diff --git a/presence.cabal b/presence.cabal
index 60dc066e..32158dca 100644
--- a/presence.cabal
+++ b/presence.cabal
@@ -4,7 +4,13 @@ cabal-version: >=1.2
4build-type: Simple 4build-type: Simple
5license: AllRightsReserved 5license: AllRightsReserved
6license-file: "" 6license-file: ""
7description: 7synopsis: XMPP Server which detects unix logins
8description: When users login to your localhost, their presence is detected and announced
9 to connected xmpp clients. presence is a modern XMPP variant of the old Unix Talk
10 program. Eventually, this will be expanded to become a peer-to-peer service allowing
11 xmpp instant messaging between separate computers as well. And somewhere down the
12 road, extended again to make use of Jingle to facilitate VOIP.
13author: Joe Crayne
8data-dir: "" 14data-dir: ""
9 15
10executable presence 16executable presence
@@ -21,5 +27,9 @@ executable presence
21 cpp-options: -DRENDERFLUSH 27 cpp-options: -DRENDERFLUSH
22 c-sources: Presence/monitortty.c 28 c-sources: Presence/monitortty.c
23 hs-source-dirs: . Presence 29 hs-source-dirs: . Presence
30 other-modules: Data.BitSyntax AdaptServer ByteStringOperators
31 ConfigFiles FGConsole LocalPeerCred Server UTmp XMPPServer
32 GetHostByAddr ServerC SocketLike XMPP XMPPTypes NestingXML
33 Text.XML.Stream.Render Text.XML.Stream.Token
24 ghc-prof-options: -DNOUTMP 34 ghc-prof-options: -DNOUTMP
25 \ No newline at end of file 35 \ No newline at end of file