aboutsummaryrefslogtreecommitdiff
path: root/standalone/android/haskell-patches/syb_0.3.7_0001-hack-for-cross-compiling.patch
diff options
context:
space:
mode:
Diffstat (limited to 'standalone/android/haskell-patches/syb_0.3.7_0001-hack-for-cross-compiling.patch')
-rw-r--r--standalone/android/haskell-patches/syb_0.3.7_0001-hack-for-cross-compiling.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/standalone/android/haskell-patches/syb_0.3.7_0001-hack-for-cross-compiling.patch b/standalone/android/haskell-patches/syb_0.3.7_0001-hack-for-cross-compiling.patch
new file mode 100644
index 000000000..e18d6127f
--- /dev/null
+++ b/standalone/android/haskell-patches/syb_0.3.7_0001-hack-for-cross-compiling.patch
@@ -0,0 +1,25 @@
+From c40fe2c484096c5de4cac8ca14a0ca5d892999f7 Mon Sep 17 00:00:00 2001
+From: Joey Hess <joey@kitenet.net>
+Date: Thu, 28 Feb 2013 23:36:43 -0400
+Subject: [PATCH] hack for cross-compiling
+
+---
+ syb.cabal | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/syb.cabal b/syb.cabal
+index 0aee93d..0a645c6 100644
+--- a/syb.cabal
++++ b/syb.cabal
+@@ -17,7 +17,7 @@ description:
+
+ category: Generics
+ stability: provisional
+-build-type: Custom
++build-type: Simple
+ cabal-version: >= 1.6
+
+ extra-source-files: tests/*.hs,
+--
+1.7.10.4
+