diff options
author | Ian Lynagh <igloo@earth.li> | 2012-02-22 19:10:24 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2012-02-22 19:10:24 +0000 |
commit | 9f29c9a21f1619ea3db2cb61ce13d55abbaded5b (patch) | |
tree | 14e945885a099ac7ff601f620a0ccf8f80f524c0 /ghc | |
parent | 0a88274743885cfeb4ee872fbf3d09d4e7484f03 (diff) | |
download | haskell-9f29c9a21f1619ea3db2cb61ce13d55abbaded5b.tar.gz |
Update dependencies
Diffstat (limited to 'ghc')
-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 0cf51d05e1..1c898f256f 100644 --- a/ghc/ghc-bin.cabal.in +++ b/ghc/ghc-bin.cabal.in @@ -27,7 +27,7 @@ Executable ghc Main-Is: Main.hs Build-Depends: base >= 3 && < 5, array >= 0.1 && < 0.5, - bytestring >= 0.9 && < 0.10, + bytestring >= 0.9 && < 0.11, directory >= 1 && < 1.2, process >= 1 && < 1.2, filepath >= 1 && < 1.4, |