]> gitweb.michael.orlitzky.com - dead/htsn.git/blobdiff - src/Xml.hs
Move the TSN namespace (Xml.hs and FeedHosts.hs) into the top level.
[dead/htsn.git] / src / Xml.hs
similarity index 99%
rename from src/TSN/Xml.hs
rename to src/Xml.hs
index ebc4fb7581904b918294d0b1abb4d664d22b2b56..7f82a7d7ccff7f6b19595c7ccc84f3d05c8f21dd 100644 (file)
@@ -1,7 +1,7 @@
 -- | Minimal XML functionality needed to parse each document's
 --   XML_File_ID.
 --
-module TSN.Xml (
+module Xml (
   parse_xmlfid,
   xml_tests )
 where