diff options
author | joe <joe@jerkface.net> | 2013-07-12 15:43:47 -0400 |
---|---|---|
committer | joe <joe@jerkface.net> | 2013-07-12 15:43:47 -0400 |
commit | 6cf176ef39ef6e9616c74cbfc7c728c18d066526 (patch) | |
tree | afb536dddf26a4e286927ac504faf27b2e641c33 /Presence/main.hs | |
parent | 77f1978d8f73d4b5292c90283ec22ddffab7b077 (diff) |
Removed HaXML based parsing & deleted obsolete modules.
Diffstat (limited to 'Presence/main.hs')
-rw-r--r-- | Presence/main.hs | 4 |
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 |
32 | import FGConsole | 32 | import FGConsole |
33 | #ifdef HAXML | ||
34 | import XMPPServer | ||
35 | #else | ||
36 | import XMPP | 33 | import XMPP |
37 | #endif | ||
38 | import ControlMaybe | 34 | import ControlMaybe |
39 | import Data.HList | 35 | import Data.HList |
40 | import Control.Exception hiding (catch) | 36 | import Control.Exception hiding (catch) |