diff options
author | Ian Lynagh <igloo@earth.li> | 2009-09-20 15:24:02 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-09-20 15:24:02 +0000 |
commit | 8b1fc32b4d19789895a2a9bd462199d39858508a (patch) | |
tree | fc64fc18bd70713e449638b9795c79c693a571c5 /compiler/ghc.cabal.in | |
parent | 129e41ed3570684da268287b05c62ea1dbb240d8 (diff) | |
download | haskell-8b1fc32b4d19789895a2a9bd462199d39858508a.tar.gz |
Update dependencies
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r-- | compiler/ghc.cabal.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index e10dede56f..76315bd279 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -68,8 +68,8 @@ Library process >= 1 && < 1.1, bytestring >= 0.9 && < 0.10, old-time >= 1 && < 1.1, - containers >= 0.1 && < 0.3, - array >= 0.1 && < 0.3 + containers >= 0.1 && < 0.4, + array >= 0.1 && < 0.4 Build-Depends: filepath >= 1 && < 1.2 Build-Depends: Cabal, hpc |