Repository : ssh://darcs.haskell.org//srv/darcs/packages/haskeline On branch : master
http://hackage.haskell.org/trac/ghc/changeset/29c740202cb4358d7735211b195920358183f518 >--------------------------------------------------------------- commit 29c740202cb4358d7735211b195920358183f518 Author: Ian Lynagh <[email protected]> Date: Wed Jul 6 19:27:34 2011 +0000 Relax a dependency >--------------------------------------------------------------- haskeline.cabal | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/haskeline.cabal b/haskeline.cabal index 3bafe12..59c606c 100644 --- a/haskeline.cabal +++ b/haskeline.cabal @@ -106,7 +106,7 @@ Library install-includes: win_console.h cpp-options: -DMINGW } else { - Build-depends: unix>=2.0 && < 2.5 + Build-depends: unix>=2.0 && < 2.6 -- unix-2.3 doesn't build on ghc-6.8.1 or earlier c-sources: cbits/h_iconv.c includes: h_iconv.h _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
