loosen base dependency to allow base-3
[ghc-hetmet.git] / 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.*
 }