summaryrefslogtreecommitdiff
path: root/standalone/android/haskell-patches/entropy_cross-build.patch
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2015-07-02 23:03:34 -0400
committerGravatar Joey Hess <joey@kitenet.net>2015-07-02 23:03:34 -0400
commitd6afecc10c1d647daebac46f2cba26d646a9e308 (patch)
tree27b96e98b8102918ef1a4c6a283732bedd01de9a /standalone/android/haskell-patches/entropy_cross-build.patch
parent6d6c215be98c55fbebe377b45afd48b0942b4721 (diff)
update patches for newer package versions
Diffstat (limited to 'standalone/android/haskell-patches/entropy_cross-build.patch')
-rw-r--r--standalone/android/haskell-patches/entropy_cross-build.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/standalone/android/haskell-patches/entropy_cross-build.patch b/standalone/android/haskell-patches/entropy_cross-build.patch
new file mode 100644
index 000000000..4c27ac479
--- /dev/null
+++ b/standalone/android/haskell-patches/entropy_cross-build.patch
@@ -0,0 +1,27 @@
+From 8e942c1f661b30e5477607b78528634e6d345ae8 Mon Sep 17 00:00:00 2001
+From: androidbuilder <androidbuilder@example.com>
+Date: Thu, 2 Jul 2015 21:16:15 +0000
+Subject: [PATCH] cross build
+
+---
+ entropy.cabal | 5 +----
+ 1 file changed, 1 insertion(+), 4 deletions(-)
+
+diff --git a/entropy.cabal b/entropy.cabal
+index e4fb436..e26896c 100644
+--- a/entropy.cabal
++++ b/entropy.cabal
+@@ -14,10 +14,7 @@ category: Data, Cryptography
+ homepage: https://github.com/TomMD/entropy
+ bug-reports: https://github.com/TomMD/entropy/issues
+ stability: stable
+--- build-type: Simple
+--- ^^ Used for HaLVM
+-build-type: Custom
+--- ^^ Test for RDRAND support using 'ghc'
++build-type: Simple
+ cabal-version: >=1.10
+ tested-with: GHC == 7.8.2
+ -- data-files:
+--
+2.1.4