summaryrefslogtreecommitdiff
path: root/standalone/android/haskell-patches/monad-control_0.3.1.4_0001-build-with-newer-ghc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'standalone/android/haskell-patches/monad-control_0.3.1.4_0001-build-with-newer-ghc.patch')
-rw-r--r--standalone/android/haskell-patches/monad-control_0.3.1.4_0001-build-with-newer-ghc.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/standalone/android/haskell-patches/monad-control_0.3.1.4_0001-build-with-newer-ghc.patch b/standalone/android/haskell-patches/monad-control_0.3.1.4_0001-build-with-newer-ghc.patch
new file mode 100644
index 000000000..ee1c996d8
--- /dev/null
+++ b/standalone/android/haskell-patches/monad-control_0.3.1.4_0001-build-with-newer-ghc.patch
@@ -0,0 +1,25 @@
+From 3dde0175096903207c9774d8f6bba9b81ab6c2f9 Mon Sep 17 00:00:00 2001
+From: Joey Hess <joey@kitenet.net>
+Date: Thu, 28 Feb 2013 23:31:45 -0400
+Subject: [PATCH] build with newer ghc
+
+---
+ monad-control.cabal | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/monad-control.cabal b/monad-control.cabal
+index 2e3eb46..b12ffaf 100644
+--- a/monad-control.cabal
++++ b/monad-control.cabal
+@@ -56,7 +56,7 @@ Library
+
+ Exposed-modules: Control.Monad.Trans.Control
+
+- Build-depends: base >= 3 && < 4.7
++ Build-depends: base >= 3 && < 4.8
+ , base-unicode-symbols >= 0.1.1 && < 0.3
+ , transformers >= 0.2 && < 0.4
+ , transformers-base >= 0.4.1 && < 0.5
+--
+1.7.10.4
+