diff options
author | James Crayne <jim.crayne@gmail.com> | 2013-06-30 06:39:09 -0400 |
---|---|---|
committer | James Crayne <jim.crayne@gmail.com> | 2013-06-30 06:39:09 -0400 |
commit | ffa072d469c904bf30756e2acbdb1c9b78508c35 (patch) | |
tree | b9baf467f7b834310072e9d047b9d349426e6e44 | |
parent | ad04502413624cad42b36437ef0d30fd8105817f (diff) |
Updated cabal file
-rw-r--r-- | presence.cabal | 12 |
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 | |||
4 | build-type: Simple | 4 | build-type: Simple |
5 | license: AllRightsReserved | 5 | license: AllRightsReserved |
6 | license-file: "" | 6 | license-file: "" |
7 | description: | 7 | synopsis: XMPP Server which detects unix logins |
8 | description: 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. | ||
13 | author: Joe Crayne | ||
8 | data-dir: "" | 14 | data-dir: "" |
9 | 15 | ||
10 | executable presence | 16 | executable 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 |