Allow building with base 4.2
authorIan Lynagh <igloo@earth.li>
Fri, 11 Sep 2009 16:07:28 +0000 (16:07 +0000)
committerIan Lynagh <igloo@earth.li>
Fri, 11 Sep 2009 16:07:28 +0000 (16:07 +0000)
directory.cabal

index 080bdce..ad29990 100644 (file)
@@ -30,7 +30,7 @@ Library {
     includes: HsDirectory.h
     install-includes: HsDirectory.h HsDirectoryConfig.h
     extensions: CPP, ForeignFunctionInterface
-    build-depends: base >= 4.1 && < 4.2,
+    build-depends: base >= 4.1 && < 4.3,
                    old-time >= 1.0 && < 1.1,
                    filepath >= 1.1 && < 1.2
     if !impl(nhc98) {