From f23f0af4984014a84faffde9e328b1bf6360be38 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sat, 20 Sep 2008 18:35:34 +0000 Subject: [PATCH] Update dependencies --- compiler/ghc.cabal.in | 4 ++-- utils/hpc/hpc-bin.cabal | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index 156a2f8..7596dde 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -57,8 +57,8 @@ Library process >= 1 && < 1.1, bytestring >= 0.9 && < 0.10, old-time >= 1 && < 1.1, - containers >= 0.1 && < 0.2, - array >= 0.1 && < 0.2 + containers >= 0.1 && < 0.3, + array >= 0.1 && < 0.3 Build-Depends: filepath >= 1 && < 1.2 Build-Depends: haskell98, Cabal, hpc diff --git a/utils/hpc/hpc-bin.cabal b/utils/hpc/hpc-bin.cabal index 893af9e..cd66853 100644 --- a/utils/hpc/hpc-bin.cabal +++ b/utils/hpc/hpc-bin.cabal @@ -32,8 +32,8 @@ Executable hpc if flag(base3) || flag(base4) Build-Depends: directory >= 1 && < 1.1, - containers >= 0.1 && < 0.2, - array >= 0.1 && < 0.2 + containers >= 0.1 && < 0.3, + array >= 0.1 && < 0.3 Build-Depends: haskell98, hpc Extensions: CPP -- 1.7.10.4