X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FHtml.hs;h=2a3b4838b9b22a363b2c80f43476832ee4f3c616;hb=dd4abc21674b98bc55a3775291a8667dffec2863;hp=2f9332522292d34bbed8f7d4abc8d8a890e09ea8;hpb=4cc476a2714260980899ca5358196bbf5226b3c2;p=dead%2Fhalcyon.git diff --git a/src/Html.hs b/src/Html.hs index 2f93325..2a3b483 100644 --- a/src/Html.hs +++ b/src/Html.hs @@ -1,4 +1,7 @@ -module Html +module Html ( + html_tests, + replace_entities + ) where import Test.Framework (Test, testGroup)