summaryrefslogtreecommitdiff
path: root/standalone/android/haskell-patches/hamlet_export-TH-splice-stuff.patch
diff options
context:
space:
mode:
Diffstat (limited to 'standalone/android/haskell-patches/hamlet_export-TH-splice-stuff.patch')
-rw-r--r--standalone/android/haskell-patches/hamlet_export-TH-splice-stuff.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/standalone/android/haskell-patches/hamlet_export-TH-splice-stuff.patch b/standalone/android/haskell-patches/hamlet_export-TH-splice-stuff.patch
new file mode 100644
index 000000000..a446fa18f
--- /dev/null
+++ b/standalone/android/haskell-patches/hamlet_export-TH-splice-stuff.patch
@@ -0,0 +1,28 @@
+From 9819f4b387679c889f1259f9fd969513aa2efcf2 Mon Sep 17 00:00:00 2001
+From: foo <foo@bar>
+Date: Sun, 22 Sep 2013 03:51:06 +0000
+Subject: [PATCH] export TH splice stuff
+
+---
+ Text/Hamlet.hs | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+diff --git a/Text/Hamlet.hs b/Text/Hamlet.hs
+index 6568d6c..687dec4 100644
+--- a/Text/Hamlet.hs
++++ b/Text/Hamlet.hs
+@@ -40,6 +40,11 @@ module Text.Hamlet
+ , ihamletRules
+ , htmlRules
+ , CloseStyle (..)
++ -- referred to by TH splices
++ , asHtmlUrl
++ , maybeH
++ , condH
++ , attrsToHtml
+ ) where
+
+ import Text.Shakespeare.Base
+--
+1.7.10.4
+