diff options
author | Ian Lynagh <ian@well-typed.com> | 2012-11-30 17:55:56 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2012-11-30 17:55:56 +0000 |
commit | d2ff25f8a38466753f403278dbae5bd7f4829142 (patch) | |
tree | b5f4ec611061888241e8b8f3a6d6ebb4e605321d /compiler/ghc.cabal.in | |
parent | e305fc74c22ff40d345780e418da0056eb3720df (diff) | |
download | haskell-d2ff25f8a38466753f403278dbae5bd7f4829142.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 d2ef375642..a9dd62b3f6 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -50,7 +50,7 @@ Library Build-Depends: base >= 4 && < 5, directory >= 1 && < 1.3, - process >= 1 && < 1.2, + process >= 1 && < 1.3, bytestring >= 0.9 && < 0.11, time < 1.5, containers >= 0.1 && < 0.6, |