Repository : ssh://darcs.haskell.org//srv/darcs/hsc2hs On branch : master
http://hackage.haskell.org/trac/ghc/changeset/ae040ac862e851d9710b877e8af48657257c9061 >--------------------------------------------------------------- commit ae040ac862e851d9710b877e8af48657257c9061 Author: Ian Lynagh <[email protected]> Date: Wed Jul 6 20:29:08 2011 +0100 Relax a dependency >--------------------------------------------------------------- hsc2hs.cabal | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hsc2hs.cabal b/hsc2hs.cabal index 7fb4e11..71ede66 100644 --- a/hsc2hs.cabal +++ b/hsc2hs.cabal @@ -45,6 +45,6 @@ Executable hsc2hs if flag(base3) || flag(base4) Build-Depends: directory >= 1 && < 1.2, - process >= 1 && < 1.1 + process >= 1 && < 1.2 Build-Depends: containers >= 0.2 && < 0.5 _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
