summaryrefslogtreecommitdiff
path: root/standalone/android/haskell-patches/file-embed_export-TH-symbols.patch
blob: 865cbe3cc64e481f5071ab9b1892751a4ba5f6f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From fdbd29ce6e8ff11f721f9e74cac1f4ca14e6773d Mon Sep 17 00:00:00 2001
From: foo <foo@bar>
Date: Sun, 22 Sep 2013 07:06:33 +0000
Subject: [PATCH] export TH symbols

---
 Data/FileEmbed.hs |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/Data/FileEmbed.hs b/Data/FileEmbed.hs
index c17f082..6654f60 100644
--- a/Data/FileEmbed.hs
+++ b/Data/FileEmbed.hs
@@ -26,6 +26,8 @@ module Data.FileEmbed
 #endif
     , inject
     , injectFile
+    -- used by TH (pointlessly)
+    , stringToBs
     ) where
 
 import Language.Haskell.TH.Syntax
-- 
1.7.10.4