Repository : ssh://darcs.haskell.org//srv/darcs/packages/xhtml On branch : master
http://hackage.haskell.org/trac/ghc/changeset/cb2cf6c34d815fdf4ed74efeb65e1993e7bda514 >--------------------------------------------------------------- commit cb2cf6c34d815fdf4ed74efeb65e1993e7bda514 Author: Ian Lynagh <[email protected]> Date: Thu Jul 7 18:50:45 2011 +0000 Relax base dep >--------------------------------------------------------------- xhtml.cabal | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/xhtml.cabal b/xhtml.cabal index cf2d706..f21e7af 100644 --- a/xhtml.cabal +++ b/xhtml.cabal @@ -6,7 +6,7 @@ Maintainer: [email protected] Author: Bjorn Bringert License: BSD3 License-file: LICENSE -build-depends: base >= 4.0 && < 4.4 +build-depends: base >= 4.0 && < 4.5 Extensions: Synopsis: An XHTML combinator library Description: _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
