diff options
author | Ian Lynagh <igloo@earth.li> | 2011-12-12 21:20:08 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2012-02-08 10:58:28 +0000 |
commit | 2a58aa112a1e5736154fb3d93f65281405404a78 (patch) | |
tree | c2c48a332ee1d18c66f1f2af1478474593dfc321 /ghc/ghc-bin.cabal.in | |
parent | 15cd666c82f5baaa941763a59f0a751c029273ba (diff) | |
download | haskell-2a58aa112a1e5736154fb3d93f65281405404a78.tar.gz |
MERGE from 7.4 branch: Update dependencies
Diffstat (limited to 'ghc/ghc-bin.cabal.in')
-rw-r--r-- | ghc/ghc-bin.cabal.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc/ghc-bin.cabal.in b/ghc/ghc-bin.cabal.in index ba17150e9a..0cf51d05e1 100644 --- a/ghc/ghc-bin.cabal.in +++ b/ghc/ghc-bin.cabal.in @@ -26,11 +26,11 @@ Flag ghci Executable ghc Main-Is: Main.hs Build-Depends: base >= 3 && < 5, - array >= 0.1 && < 0.4, + array >= 0.1 && < 0.5, bytestring >= 0.9 && < 0.10, directory >= 1 && < 1.2, process >= 1 && < 1.2, - filepath >= 1 && < 1.3, + filepath >= 1 && < 1.4, ghc if os(windows) Build-Depends: Win32 |