Repository : ssh://darcs.haskell.org//srv/darcs/packages/xhtml On branch : master
http://hackage.haskell.org/trac/ghc/changeset/fa54426d3fcdb18b82b9c05d7c7b91df23be8dab >--------------------------------------------------------------- commit fa54426d3fcdb18b82b9c05d7c7b91df23be8dab Author: Herbert Valerio Riedel <[email protected]> Date: Mon Dec 19 18:17:05 2011 +0100 Relax build dependencies to allow GHC-7.4's base-4.5 package >--------------------------------------------------------------- xhtml.cabal | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/xhtml.cabal b/xhtml.cabal index aa71dd0..89e41c4 100644 --- a/xhtml.cabal +++ b/xhtml.cabal @@ -21,7 +21,7 @@ Source-repository head location: [email protected]:haskell/xhtml.git library - Build-depends: base >= 4.0 && < 4.5 + Build-depends: base >= 4.0 && < 4.6 Exposed-modules: Text.XHtml, Text.XHtml.Frameset, _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
