summaryrefslogtreecommitdiff
path: root/presence.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'presence.cabal')
-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