aboutsummaryrefslogtreecommitdiff
path: root/standalone/android
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-06-10 12:42:09 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-06-10 12:42:09 -0400
commit2670a0e89e81fe6cd941994912b38e6d0d261ced (patch)
tree11cd75c9c887ee31f7e6f36e0366066e92aeb47f /standalone/android
parentc754630b04285d7bb954248584343bb714280dfc (diff)
vector patch also needed for arm
Diffstat (limited to 'standalone/android')
-rw-r--r--standalone/android/haskell-patches/vector_hack-to-build-with-new-ghc.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/standalone/android/haskell-patches/vector_hack-to-build-with-new-ghc.patch b/standalone/android/haskell-patches/vector_hack-to-build-with-new-ghc.patch
deleted file mode 100644
index 4d39e91cf..000000000
--- a/standalone/android/haskell-patches/vector_hack-to-build-with-new-ghc.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From b0a79f4f98188ba5d43b7e3912b36d34d099ab65 Mon Sep 17 00:00:00 2001
-From: dummy <dummy@example.com>
-Date: Fri, 18 Oct 2013 23:20:35 +0000
-Subject: [PATCH] cross build
-
----
- Data/Vector/Fusion/Stream/Monadic.hs | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/Data/Vector/Fusion/Stream/Monadic.hs b/Data/Vector/Fusion/Stream/Monadic.hs
-index 51fec75..b089b3d 100644
---- a/Data/Vector/Fusion/Stream/Monadic.hs
-+++ b/Data/Vector/Fusion/Stream/Monadic.hs
-@@ -101,7 +101,6 @@ import GHC.Exts ( SpecConstrAnnotation(..) )
-
- data SPEC = SPEC | SPEC2
- #if __GLASGOW_HASKELL__ >= 700
--{-# ANN type SPEC ForceSpecConstr #-}
- #endif
-
- emptyStream :: String
---
-1.7.10.4
-