summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2013-10-02 20:28:44 -0400
committerjoe <joe@jerkface.net>2013-10-02 20:28:44 -0400
commitf98bf3c8449c234dff3fc0d2295c9485eb5c40c8 (patch)
tree2ed03b75229a1b73b25a215e4122fbee13f773f9
parent3e72d088abd8acbaaafd2ae49e47de8ae9feaf54 (diff)
Updates to cabal file.
-rw-r--r--presence.cabal10
1 files changed, 5 insertions, 5 deletions
diff --git a/presence.cabal b/presence.cabal
index 32158dca..13395c15 100644
--- a/presence.cabal
+++ b/presence.cabal
@@ -20,16 +20,16 @@ executable presence
20 conduit -any, containers -any, cpu -any, data-default -any, 20 conduit -any, containers -any, cpu -any, data-default -any,
21 deepseq -any, directory -any, filepath -any, hinotify -any, 21 deepseq -any, directory -any, filepath -any, hinotify -any,
22 mtl -any, network -any, random -any, stm -any, 22 mtl -any, network -any, random -any, stm -any,
23 template-haskell -any, text -any, transformers -any, unix -any, 23 template-haskell -any, text (>=0.11.2.0), transformers -any, unix -any,
24 xml-conduit -any, xml-types -any 24 xml-conduit -any, xml-types -any
25 main-is: main.hs 25 main-is: main.hs
26 buildable: True 26 buildable: True
27 cpp-options: -DRENDERFLUSH 27 cpp-options: -DRENDERFLUSH
28 c-sources: Presence/monitortty.c 28 c-sources: Presence/monitortty.c
29 hs-source-dirs: . Presence 29 hs-source-dirs: . Presence
30 other-modules: Data.BitSyntax AdaptServer ByteStringOperators 30 other-modules: Data.BitSyntax ByteStringOperators
31 ConfigFiles FGConsole LocalPeerCred Server UTmp XMPPServer 31 ConfigFiles FGConsole LocalPeerCred UTmp
32 GetHostByAddr ServerC SocketLike XMPP XMPPTypes NestingXML 32 GetHostByAddr ServerC SocketLike XMPP XMPPTypes NestingXML
33 Text.XML.Stream.Render Text.XML.Stream.Token 33 Text.XML.Stream.Render Text.XML.Stream.Token
34 ghc-prof-options: -DNOUTMP 34 ghc-prof-options: -DNOUTMP
35 \ No newline at end of file 35