From 93fee7724fbc6bc08bef2d3734a8f52c0fec5cee Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Mon, 12 Dec 2011 21:46:06 +0000 Subject: [PATCH] Update dependencies --- Cabal/Cabal.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cabal/Cabal.cabal b/Cabal/Cabal.cabal index 4b2d315748c..800b6518ef2 100644 --- a/Cabal/Cabal.cabal +++ b/Cabal/Cabal.cabal @@ -39,15 +39,15 @@ Flag base3 Library build-depends: base >= 2 && < 5, - filepath >= 1 && < 1.3 + filepath >= 1 && < 1.4 if flag(base4) { build-depends: base >= 4 } else { build-depends: base < 4 } if flag(base3) { build-depends: base >= 3 } else { build-depends: base < 3 } if flag(base3) Build-Depends: directory >= 1 && < 1.2, process >= 1 && < 1.2, - old-time >= 1 && < 1.1, + old-time >= 1 && < 1.2, containers >= 0.1 && < 0.5, - array >= 0.1 && < 0.4, + array >= 0.1 && < 0.5, pretty >= 1 && < 1.2 if !os(windows)