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 /ghc/ghc-bin.cabal.in | |
parent | 08cbd87617fca8930e37cc5f7100f0e05a0c025f (diff) | |
download | haskell-771d69aa214ae3e5c0722e7a1b3d71e35a6a1df8.tar.gz |
Bump dependencies
Diffstat (limited to 'ghc/ghc-bin.cabal.in')
-rw-r--r-- | ghc/ghc-bin.cabal.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/ghc-bin.cabal.in b/ghc/ghc-bin.cabal.in index df3b515386..888883a856 100644 --- a/ghc/ghc-bin.cabal.in +++ b/ghc/ghc-bin.cabal.in @@ -30,7 +30,7 @@ Executable ghc Build-Depends: base >= 3 && < 5, array >= 0.1 && < 0.3, bytestring >= 0.9 && < 0.10, - directory >= 1 && < 1.1, + directory >= 1 && < 1.2, process >= 1 && < 1.1 else Build-Depends: base < 3 |