diff options
| author | Ian Lynagh <igloo@earth.li> | 2011-07-06 20:25:28 +0100 | 
|---|---|---|
| committer | Ian Lynagh <igloo@earth.li> | 2011-07-08 13:12:04 +0100 | 
| commit | c9b0b57d269d5df6fd1b067d6fe9d9594bebc6f1 (patch) | |
| tree | 498dad29ce506e92727abf327d335c796f2d1beb /compiler | |
| parent | f15f210baa9e6bb24e060470e120efe67af68572 (diff) | |
| download | haskell-c9b0b57d269d5df6fd1b067d6fe9d9594bebc6f1.tar.gz | |
Relax some dependencies
Diffstat (limited to 'compiler')
| -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 2711c1b20e..8ac0eeae80 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -63,7 +63,7 @@ Library      if flag(base3) || flag(base4)          Build-Depends: directory  >= 1   && < 1.2, -                       process    >= 1   && < 1.1, +                       process    >= 1   && < 1.2,                         bytestring >= 0.9 && < 0.10,                         old-time   >= 1   && < 1.1,                         containers >= 0.1 && < 0.5, | 
