loosen base dependency to allow base-3
authorSimon Marlow <marlowsd@gmail.com>
Fri, 11 Sep 2009 09:31:39 +0000 (09:31 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Fri, 11 Sep 2009 09:31:39 +0000 (09:31 +0000)
libraries/bin-package-db/bin-package-db.cabal

index abeb9e5..9cc2e86 100644 (file)
@@ -15,7 +15,7 @@ Library {
     exposed-modules:
             Distribution.InstalledPackageInfo.Binary
 
-    build-depends: base == 4.*,
+    build-depends: base >= 3 && < 5,
                    binary == 0.5.*,
                    Cabal == 1.7.*
 }