diff options
Diffstat (limited to 'html-test/src/Ticket61.hs')
-rw-r--r-- | html-test/src/Ticket61.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/html-test/src/Ticket61.hs b/html-test/src/Ticket61.hs new file mode 100644 index 00000000..26ca287f --- /dev/null +++ b/html-test/src/Ticket61.hs @@ -0,0 +1,3 @@ +module Ticket61 (module Ticket61_Hidden) where + +import Ticket61_Hidden |