From 18d07a6d53dc2aa3cf2aa4e7b13349805c878187 Mon Sep 17 00:00:00 2001
From: Ian Lynagh <igloo@earth.li>
Date: Thu, 7 Jul 2011 23:06:28 +0100
Subject: [PATCH] Relax base dep

---
 haddock.cabal | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/haddock.cabal b/haddock.cabal
index 37bb77c702..de11e7f7cf 100644
--- a/haddock.cabal
+++ b/haddock.cabal
@@ -75,7 +75,7 @@ flag test
 executable haddock
   default-language:     Haskell2010
   build-depends:
-    base == 4.3.*,
+    base >= 4.3 && < 4.5,
     filepath,
     directory,
     pretty,
@@ -135,7 +135,7 @@ executable haddock
 library
   default-language:     Haskell2010
   build-depends:
-    base == 4.3.*,
+    base >= 4.3 && < 4.5,
     filepath,
     directory,
     pretty,
-- 
GitLab