aboutsummaryrefslogtreecommitdiff
path: root/standalone/android/haskell-patches/profunctors_3.3-0001-fix-cross-build.patch
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-07-02 23:02:48 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-07-02 23:02:48 -0400
commit0bf027f0a2abe492b12cd12d94379e92ced24c59 (patch)
tree5e24ed78a97b93b670aa29a0788cd6036b24cf57 /standalone/android/haskell-patches/profunctors_3.3-0001-fix-cross-build.patch
parente1e337be2ece90232a3b3e06f4ea69b4fab42d21 (diff)
remove some patches that are no longer used
Diffstat (limited to 'standalone/android/haskell-patches/profunctors_3.3-0001-fix-cross-build.patch')
-rw-r--r--standalone/android/haskell-patches/profunctors_3.3-0001-fix-cross-build.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/standalone/android/haskell-patches/profunctors_3.3-0001-fix-cross-build.patch b/standalone/android/haskell-patches/profunctors_3.3-0001-fix-cross-build.patch
new file mode 100644
index 000000000..45397f3e5
--- /dev/null
+++ b/standalone/android/haskell-patches/profunctors_3.3-0001-fix-cross-build.patch
@@ -0,0 +1,26 @@
+From 392602f5ff14c0b5a801397d075ddcbcd890aa83 Mon Sep 17 00:00:00 2001
+From: Joey Hess <joey@kitenet.net>
+Date: Thu, 18 Apr 2013 17:50:59 -0400
+Subject: [PATCH] fix cross build
+
+---
+ src/Data/Profunctor/Unsafe.hs | 3 ---
+ 1 file changed, 3 deletions(-)
+
+diff --git a/src/Data/Profunctor/Unsafe.hs b/src/Data/Profunctor/Unsafe.hs
+index 025c7c4..0249274 100644
+--- a/src/Data/Profunctor/Unsafe.hs
++++ b/src/Data/Profunctor/Unsafe.hs
+@@ -40,9 +40,6 @@ import Data.Tagged
+ import Prelude hiding (id,(.),sequence)
+ import Unsafe.Coerce
+
+-{-# ANN module "Hlint: ignore Redundant lambda" #-}
+-{-# ANN module "Hlint: ignore Collapse lambdas" #-}
+-
+ infixr 9 #.
+ infixl 8 .#
+
+--
+1.8.2.rc3
+