diff options
author | Ian Lynagh <igloo@earth.li> | 2012-02-22 22:30:20 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2012-02-22 22:30:20 +0000 |
commit | ec37da26bf18ac58f2e7444dffffc0fadee5111e (patch) | |
tree | 9267e20f330297820089eeb76c6f1c4f951475f6 /compiler/ghc.cabal.in | |
parent | 9f29c9a21f1619ea3db2cb61ce13d55abbaded5b (diff) | |
download | haskell-ec37da26bf18ac58f2e7444dffffc0fadee5111e.tar.gz |
Update dependencies
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r-- | compiler/ghc.cabal.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in index bcf7d1051c..cdacbf4b37 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -69,7 +69,7 @@ Library process >= 1 && < 1.2, bytestring >= 0.9 && < 0.11, time < 1.5, - containers >= 0.1 && < 0.5, + containers >= 0.1 && < 0.6, array >= 0.1 && < 0.5 Build-Depends: filepath >= 1 && < 1.4 |