require base-4.2; the Windows code needs withFilePath (#4147)
authorSimon Marlow <marlowsd@gmail.com>
Wed, 23 Jun 2010 10:43:44 +0000 (10:43 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Wed, 23 Jun 2010 10:43:44 +0000 (10:43 +0000)
directory.cabal

index ff83a86..c840283 100644 (file)
@@ -1,5 +1,5 @@
 name:          directory
-version:       1.0.1.1
+version:       1.0.1.2
 license:       BSD3
 license-file:  LICENSE
 maintainer:    libraries@haskell.org
@@ -30,7 +30,7 @@ Library {
     includes: HsDirectory.h
     install-includes: HsDirectory.h HsDirectoryConfig.h
     extensions: CPP, ForeignFunctionInterface
-    build-depends: base >= 4.1 && < 4.4,
+    build-depends: base >= 4.2 && < 4.4,
                    old-time >= 1.0 && < 1.1,
                    filepath >= 1.1 && < 1.3
     if !impl(nhc98) {