Repository : ssh://darcs.haskell.org//srv/darcs/packages/xhtml On branch : master
http://hackage.haskell.org/trac/ghc/changeset/808a5af2451c3cd8e28c6e2327b78e9336b1cb28 >--------------------------------------------------------------- commit 808a5af2451c3cd8e28c6e2327b78e9336b1cb28 Author: Chris Dornan <[email protected]> Date: Fri Feb 3 13:23:00 2012 +0000 relax base dependency to <5 >--------------------------------------------------------------- xhtml.cabal | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xhtml.cabal b/xhtml.cabal index 89e41c4..3f821d6 100644 --- a/xhtml.cabal +++ b/xhtml.cabal @@ -1,5 +1,5 @@ Name: xhtml -Version: 3000.2.0.4 +Version: 3000.2.0.5 Copyright: Bjorn Bringert 2004-2006, Andy Gill and the Oregon Graduate Institute of Science and Technology, 1999-2001 Maintainer: Chris Dornan <[email protected]> @@ -21,7 +21,7 @@ Source-repository head location: [email protected]:haskell/xhtml.git library - Build-depends: base >= 4.0 && < 4.6 + Build-depends: base >= 4.0 && < 5.0 Exposed-modules: Text.XHtml, Text.XHtml.Frameset, _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
