Allow filepath-1.2.*
[haskell-directory.git] / directory.cabal
index 8a52b1c..3531a6e 100644 (file)
@@ -1,5 +1,5 @@
 name:          directory
-version:       1.0.0.2
+version:       1.0.1.1
 license:       BSD3
 license-file:  LICENSE
 maintainer:    libraries@haskell.org
@@ -30,7 +30,9 @@ Library {
     includes: HsDirectory.h
     install-includes: HsDirectory.h HsDirectoryConfig.h
     extensions: CPP, ForeignFunctionInterface
-    build-depends: base, old-time, filepath
+    build-depends: base >= 4.1 && < 4.3,
+                   old-time >= 1.0 && < 1.1,
+                   filepath >= 1.1 && < 1.3
     if !impl(nhc98) {
       if os(windows) {
           build-depends: Win32