summaryrefslogtreecommitdiff
path: root/standalone/android/haskell-patches/distributive_0.3-0001-fixes-for-cross-build.patch
blob: 4859be9a497790b1416b6e19c9e4c8bb12f9dfd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From 6cd7b7d3a8e38ada9b1e3989770525c63f9f1d7d Mon Sep 17 00:00:00 2001
From: androidbuilder <androidbuilder@example.com>
Date: Fri, 18 Oct 2013 23:10:16 +0000
Subject: [PATCH] cross build

---
 distributive.cabal |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/distributive.cabal b/distributive.cabal
index 5d4ac69..82d7593 100644
--- a/distributive.cabal
+++ b/distributive.cabal
@@ -12,7 +12,7 @@ bug-reports:   http://github.com/ekmett/distributive/issues
 copyright:     Copyright (C) 2011-2013 Edward A. Kmett
 synopsis:      Haskell 98 Distributive functors -- Dual to Traversable
 description:   Haskell 98 Distributive functors -- Dual to Traversable
-build-type:    Custom
+build-type:    Simple
 extra-source-files:
   .ghci
   .travis.yml
-- 
1.7.10.4