]> gitweb.michael.orlitzky.com - dead/htsn.git/blobdiff - src/OptionalConfiguration.hs
Move the TSN namespace (Xml.hs and FeedHosts.hs) into the top level.
[dead/htsn.git] / src / OptionalConfiguration.hs
index 3b663d0eff1a5e61cfaa1dfb5a8327494e2fc7a2..33ca3d9d82e1061c467b3f25eee9e16745c5af4d 100644 (file)
@@ -34,9 +34,9 @@ import System.FilePath ( (</>) )
 import System.IO.Error ( catchIOError )
 import System.Log ( Priority(..) )
 
+import FeedHosts ( FeedHosts(..) )
 import Logging ( log_error ) -- Can't import report_error from Main
 import Terminal ( display_error ) -- 'cause of circular imports.
-import TSN.FeedHosts ( FeedHosts(..) )
 
 
 -- Derive standalone instances of Data and Typeable for Priority. This