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).
This commit is contained in:
parent
6d24155365
commit
2889211efd
42 changed files with 3639 additions and 4604 deletions
|
@ -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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue