diff options
Diffstat (limited to 'standalone/android/haskell-patches/distributive_0.4.4_0001-fixes-for-cross-build.patch')
-rw-r--r-- | standalone/android/haskell-patches/distributive_0.4.4_0001-fixes-for-cross-build.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/standalone/android/haskell-patches/distributive_0.4.4_0001-fixes-for-cross-build.patch b/standalone/android/haskell-patches/distributive_0.4.4_0001-fixes-for-cross-build.patch new file mode 100644 index 000000000..4229d644d --- /dev/null +++ b/standalone/android/haskell-patches/distributive_0.4.4_0001-fixes-for-cross-build.patch @@ -0,0 +1,25 @@ +From 86eca0993e1716b4db14570836efbe838626892f Mon Sep 17 00:00:00 2001 +From: dummy <dummy@example.com> +Date: Sun, 25 May 2014 09:11:15 +0200 +Subject: [PATCH] cross build + +--- + distributive.cabal | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/distributive.cabal b/distributive.cabal +index 9be5133..3e72c65 100644 +--- a/distributive.cabal ++++ b/distributive.cabal +@@ -12,7 +12,7 @@ bug-reports: http://github.com/ekmett/distributive/issues + copyright: Copyright (C) 2011-2014 Edward A. Kmett + synopsis: Distributive functors -- Dual to Traversable + description: Distributive functors -- Dual to Traversable +-build-type: Custom ++build-type: Simple + extra-source-files: + .ghci + .travis.yml +-- +2.0.0.rc2 + |