summaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
authorPaolo Capriotti <p.capriotti@gmail.com>2012-07-10 17:58:41 +0100
committerPaolo Capriotti <p.capriotti@gmail.com>2012-07-19 19:58:19 +0100
commit0f693381e356ec90ee72ab40b21b74cbf4e20eb3 (patch)
treec497df2121efce6528fd3df545129b61c468ae42 /libraries
parentd3668ed8211cfd8c2bc1496f674a7706ed29da15 (diff)
downloadhaskell-0f693381e356ec90ee72ab40b21b74cbf4e20eb3.tar.gz
Update dependencies.
Diffstat (limited to 'libraries')
-rw-r--r--libraries/bin-package-db/bin-package-db.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/bin-package-db/bin-package-db.cabal b/libraries/bin-package-db/bin-package-db.cabal
index 6a40de0255..ce023d4c57 100644
--- a/libraries/bin-package-db/bin-package-db.cabal
+++ b/libraries/bin-package-db/bin-package-db.cabal
@@ -25,7 +25,7 @@ Library {
build-depends: base >= 4 && < 5
build-depends: binary == 0.5.*,
- Cabal >= 1.8 && < 1.16
+ Cabal >= 1.8 && < 1.18
extensions: CPP
}