diff options
author | Ian Lynagh <igloo@earth.li> | 2010-09-17 18:36:09 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-09-17 18:36:09 +0000 |
commit | 771d69aa214ae3e5c0722e7a1b3d71e35a6a1df8 (patch) | |
tree | 79b09d3875ddc817fa987e7bcdfc10258cd40728 /compiler/ghc.cabal.in | |
parent | 08cbd87617fca8930e37cc5f7100f0e05a0c025f (diff) | |
download | haskell-771d69aa214ae3e5c0722e7a1b3d71e35a6a1df8.tar.gz |
Bump 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 d2a199b974..a7f5242981 100644 --- a/compiler/ghc.cabal.in +++ b/compiler/ghc.cabal.in @@ -64,7 +64,7 @@ Library Build-Depends: base < 3 if flag(base3) || flag(base4) - Build-Depends: directory >= 1 && < 1.1, + Build-Depends: directory >= 1 && < 1.2, process >= 1 && < 1.1, bytestring >= 0.9 && < 0.10, old-time >= 1 && < 1.1, |