diff options
Diffstat (limited to 'Presence/Stanza/Parse.hs')
-rw-r--r-- | Presence/Stanza/Parse.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Presence/Stanza/Parse.hs b/Presence/Stanza/Parse.hs index 50e1e25b..e2a9efdd 100644 --- a/Presence/Stanza/Parse.hs +++ b/Presence/Stanza/Parse.hs | |||
@@ -18,7 +18,7 @@ import Control.Concurrent.STM.Util | |||
18 | import ControlMaybe (handleIO_, (<&>)) | 18 | import ControlMaybe (handleIO_, (<&>)) |
19 | import EventUtil | 19 | import EventUtil |
20 | import Nesting | 20 | import Nesting |
21 | import Stanza.Type | 21 | import Stanza.Types |
22 | 22 | ||
23 | -- | Identify an XMPP stanza based on the open-tag. | 23 | -- | Identify an XMPP stanza based on the open-tag. |
24 | grokStanza :: Text -> XML.Event -> NestingXML o IO (Maybe StanzaType) | 24 | grokStanza :: Text -> XML.Event -> NestingXML o IO (Maybe StanzaType) |