Repository : ssh://darcs.haskell.org//srv/darcs/packages/xhtml On branch : master
http://hackage.haskell.org/trac/ghc/changeset/eb0ae9ad340bf00b69711824ec1cc74ac4d536f8 >--------------------------------------------------------------- commit eb0ae9ad340bf00b69711824ec1cc74ac4d536f8 Author: Chris Dornan <[email protected]> Date: Thu Sep 1 03:03:06 2011 -0700 fix xhtml.cabal, moving dependencies into library section >--------------------------------------------------------------- xhtml.cabal | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/xhtml.cabal b/xhtml.cabal index 0368a72..aa71dd0 100644 --- a/xhtml.cabal +++ b/xhtml.cabal @@ -1,12 +1,11 @@ Name: xhtml -Version: 3000.2.0.3 -Copyright: Bjorn Bringert 2004-2006, Andy Gill, and the Oregon Graduate - Institute of Science and Technology, 1999-2001 +Version: 3000.2.0.4 +Copyright: Bjorn Bringert 2004-2006, Andy Gill and the Oregon + Graduate Institute of Science and Technology, 1999-2001 Maintainer: Chris Dornan <[email protected]> Author: Bjorn Bringert License: BSD3 License-file: LICENSE -Build-depends: base >= 4.0 && < 4.5 Synopsis: An XHTML combinator library Description: This package provides combinators for producing XHTML 1.0, including the Strict, Transitional and @@ -22,6 +21,7 @@ Source-repository head location: [email protected]:haskell/xhtml.git library + Build-depends: base >= 4.0 && < 4.5 Exposed-modules: Text.XHtml, Text.XHtml.Frameset, _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
