diff options
author | Joey Hess <joey@kitenet.net> | 2013-10-18 22:44:06 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-10-18 22:44:06 -0400 |
commit | ae5f713c236a8cdf8c40bac83d3df125027ae872 (patch) | |
tree | a93552d568781a9c85caeee32bfdf80c50a54ec7 /standalone/android/haskell-patches/stm-chans_cross-build.patch | |
parent | 1a9435286cd54b16b09cffb53f719c461547bd27 (diff) |
refresh patches to current hackage versions
Diffstat (limited to 'standalone/android/haskell-patches/stm-chans_cross-build.patch')
-rw-r--r-- | standalone/android/haskell-patches/stm-chans_cross-build.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/standalone/android/haskell-patches/stm-chans_cross-build.patch b/standalone/android/haskell-patches/stm-chans_cross-build.patch new file mode 100644 index 000000000..f0964d693 --- /dev/null +++ b/standalone/android/haskell-patches/stm-chans_cross-build.patch @@ -0,0 +1,25 @@ +From c1b166ad1dbed80f7eed7b9c1b2dc5c668eeb8fc Mon Sep 17 00:00:00 2001 +From: androidbuilder <androidbuilder@example.com> +Date: Fri, 18 Oct 2013 23:28:56 +0000 +Subject: [PATCH] cross build + +--- + stm-chans.cabal | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/stm-chans.cabal b/stm-chans.cabal +index 89d4780..2119a74 100644 +--- a/stm-chans.cabal ++++ b/stm-chans.cabal +@@ -6,7 +6,7 @@ + -- and source-repository:. + Cabal-Version: >= 1.6 + -- We need a custom build in order to define __HADDOCK__ +-Build-Type: Custom ++Build-Type: Simple + + Name: stm-chans + Version: 3.0.0 +-- +1.7.10.4 + |