summaryrefslogtreecommitdiff
path: root/standalone/android/haskell-patches/hamlet_export-TH-splice-stuff.patch
diff options
context:
space:
mode:
authorGravatar foo <foo@bar>2013-09-22 05:27:15 +0000
committerGravatar Joey Hess <joey@kitenet.net>2013-09-22 01:43:28 -0400
commit17617d04cefcce357616144bc7c60d972e5d8ae0 (patch)
tree3d2aceecfd5daef3c531131570e0257581287e2b /standalone/android/haskell-patches/hamlet_export-TH-splice-stuff.patch
parentf522b2a4e778f07c82d10bf7477e69b35a7191f8 (diff)
refresh haskell package patches for new android build
Android build is now almost entirely automated, except for the installation of cross-built libs needed for XMPP. Haskell packages updated to current newest versions. Am not currently pinning the versions, as that didn't work out last time I tried it (must have missed some pins before).
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
+