diff options
author | Johannes Gerer <oss@johannesgerer.com> | 2016-10-26 02:07:02 +0200 |
---|---|---|
committer | Johannes Gerer <oss@johannesgerer.com> | 2016-10-26 02:07:02 +0200 |
commit | 675085c2e0b0b851378da08b7d73024766107c87 (patch) | |
tree | 5a927de4a9576aef7e6129b96e74aa5c96f9ffb6 /src/Text/BlazeT/XHtml1/Strict | |
download | blazeT-675085c2e0b0b851378da08b7d73024766107c87.tar.gz blazeT-675085c2e0b0b851378da08b7d73024766107c87.tar.zst blazeT-675085c2e0b0b851378da08b7d73024766107c87.zip |
Initial
Diffstat (limited to 'src/Text/BlazeT/XHtml1/Strict')
-rw-r--r-- | src/Text/BlazeT/XHtml1/Strict/Attributes.hs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/Text/BlazeT/XHtml1/Strict/Attributes.hs b/src/Text/BlazeT/XHtml1/Strict/Attributes.hs new file mode 100644 index 0000000..c7e07d4 --- /dev/null +++ b/src/Text/BlazeT/XHtml1/Strict/Attributes.hs | |||
@@ -0,0 +1,11 @@ | |||
1 | -- !! DO NOT EDIT | ||
2 | {-| | ||
3 | (Automatically generated by @src\/Util\/GenerateHtmlTCombinators.hs:49@) | ||
4 | |||
5 | This module simply reexports the corresponding @blaze-html@ module. | ||
6 | -} | ||
7 | module Text.BlazeT.XHtml1.Strict.Attributes | ||
8 | (module Text.Blaze.XHtml1.Strict.Attributes | ||
9 | ) where | ||
10 | import Text.Blaze.XHtml1.Strict.Attributes | ||
11 | |||