]> gitweb @ CieloNegro.org - Rakka.git/blobdiff - Rakka/TrackBack.hs
fixed the compilation breakage with newer HXT
[Rakka.git] / Rakka / TrackBack.hs
index 4155e3449af548e5a0013a25f8127b10adaf87f8..8b1d2cbba8f1a614e628ad3f8129de05d7b114eb 100644 (file)
@@ -3,17 +3,13 @@ module Rakka.TrackBack
     )
     where
 
-import           Control.Arrow
-import           Control.Arrow.ArrowList
-import           Control.Arrow.ArrowTree
 import           Data.Maybe
 import           Data.Time
 import           Network.URI
 import           Rakka.Attachment
 import           Rakka.Utils
 import           Rakka.W3CDateTime
-import           Text.XML.HXT.Arrow.XmlArrow
-import           Text.XML.HXT.Arrow.XmlNodeSet
+import           Text.XML.HXT.Arrow
 import           Text.XML.HXT.DOM.TypeDefs
 
 
@@ -97,4 +93,4 @@ instance Attachment [TrackBack] where
                                 , tbURL      = url
                                 , tbBlogName = blogName
                                 , tbTime     = time
-                                }
\ No newline at end of file
+                                }