summaryrefslogtreecommitdiff
path: root/Presence/main.hs
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2013-07-12 15:43:47 -0400
committerjoe <joe@jerkface.net>2013-07-12 15:43:47 -0400
commit6cf176ef39ef6e9616c74cbfc7c728c18d066526 (patch)
treeafb536dddf26a4e286927ac504faf27b2e641c33 /Presence/main.hs
parent77f1978d8f73d4b5292c90283ec22ddffab7b077 (diff)
Removed HaXML based parsing & deleted obsolete modules.
Diffstat (limited to 'Presence/main.hs')
-rw-r--r--Presence/main.hs4
1 files changed, 0 insertions, 4 deletions
diff --git a/Presence/main.hs b/Presence/main.hs
index deab92ac..8c2371f4 100644
--- a/Presence/main.hs
+++ b/Presence/main.hs
@@ -30,11 +30,7 @@ import UTmp
30-- the manner in which the error message attempted (and failed) to communicate. 30-- the manner in which the error message attempted (and failed) to communicate.
31#endif 31#endif
32import FGConsole 32import FGConsole
33#ifdef HAXML
34import XMPPServer
35#else
36import XMPP 33import XMPP
37#endif
38import ControlMaybe 34import ControlMaybe
39import Data.HList 35import Data.HList
40import Control.Exception hiding (catch) 36import Control.Exception hiding (catch)