aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Text/BlazeT.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Text/BlazeT.hs')
-rw-r--r--src/Text/BlazeT.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Text/BlazeT.hs b/src/Text/BlazeT.hs
index 27228fa..b3e7c8d 100644
--- a/src/Text/BlazeT.hs
+++ b/src/Text/BlazeT.hs
@@ -62,6 +62,8 @@ module Text.BlazeT
62 ,runMarkupT 62 ,runMarkupT
63 ,execMarkup 63 ,execMarkup
64 ,execMarkupT 64 ,execMarkupT
65 ,runWith
66 ,execWith
65 ) where 67 ) where
66 68
67import qualified Text.Blaze as B 69import qualified Text.Blaze as B