diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-07-02 17:16:52 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-07-02 17:16:52 -0400 |
commit | d46832a3537cfbdc44a4b0b39c6a16abe5e15581 (patch) | |
tree | 253a29b8ad5563d5758cada39ae78809787c7b18 /standalone | |
parent | 9e0b2cb6f248a507a7fd14e667d7b577a46ceabe (diff) |
patch needed for new entropy version
Diffstat (limited to 'standalone')
-rw-r--r-- | standalone/android/haskell-patches/entropy_cross-build.patch | 27 | ||||
-rwxr-xr-x | standalone/android/install-haskell-packages | 2 |
2 files changed, 28 insertions, 1 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 diff --git a/standalone/android/install-haskell-packages b/standalone/android/install-haskell-packages index 5dfc767cd..6385718cb 100755 --- a/standalone/android/install-haskell-packages +++ b/standalone/android/install-haskell-packages @@ -86,7 +86,7 @@ EOF patched iproute patched primitive patched socks - # patched entropy # needed for newer version, not current pinned version + patched entropy patched vector patched stm-chans patched profunctors |