]> gitweb.michael.orlitzky.com - dead/halcyon.git/blobdiff - src/Html.hs
Rewrite CommandLine to use cmdargs and integrate the command-line and RC file options.
[dead/halcyon.git] / src / Html.hs
index 2f9332522292d34bbed8f7d4abc8d8a890e09ea8..2a3b4838b9b22a363b2c80f43476832ee4f3c616 100644 (file)
@@ -1,4 +1,7 @@
-module Html
+module Html (
+  html_tests,
+  replace_entities
+  )
 where
 
 import Test.Framework (Test, testGroup)