From 0fcc805bc9450be5311a7a921a743786d5e51dec Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 10 Jun 2014 12:42:09 -0400 Subject: [PATCH] vector patch also needed for arm --- standalone/linux/install-haskell-packages | 1 + .../haskell-patches/vector_hack-to-build-with-new-ghc.patch | 0 2 files changed, 1 insertion(+) rename standalone/{android => no-th}/haskell-patches/vector_hack-to-build-with-new-ghc.patch (100%) diff --git a/standalone/linux/install-haskell-packages b/standalone/linux/install-haskell-packages index d2860f3e39..1b4225b4e2 100755 --- a/standalone/linux/install-haskell-packages +++ b/standalone/linux/install-haskell-packages @@ -65,6 +65,7 @@ install_pkgs () { patched network patched wai-app-static + patched vector patched aeson patched shakespeare patched yesod-routes diff --git a/standalone/android/haskell-patches/vector_hack-to-build-with-new-ghc.patch b/standalone/no-th/haskell-patches/vector_hack-to-build-with-new-ghc.patch similarity index 100% rename from standalone/android/haskell-patches/vector_hack-to-build-with-new-ghc.patch rename to standalone/no-th/haskell-patches/vector_hack-to-build-with-new-ghc.patch