From cf428895a2eb81dbd3ee5202820d14764e28142f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 5 Oct 2013 13:14:38 -0400 Subject: [PATCH] increase base upper bound Android builds tested with very close to 4.8 --- git-annex.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-annex.cabal b/git-annex.cabal index c501b29beb..97a3a7a34d 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -80,7 +80,7 @@ Executable git-annex containers, utf8-string, network (>= 2.0), mtl (>= 2), bytestring, old-locale, time, HTTP, extensible-exceptions, dataenc, SHA, process, json, - base (>= 4.5 && < 4.8), monad-control, MonadCatchIO-transformers, + base (>= 4.5 && < 4.9), monad-control, MonadCatchIO-transformers, IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance, process, SafeSemaphore, uuid, random, dlist, unix-compat -- Need to list these because they're generated from .hsc files.