xhtml 3000.2.0.3 → 3000.2.0.4
raw patch · 2 files changed
+4/−15 lines, 2 files
Files
- .project +0/−11
- xhtml.cabal +4/−4
− .project
@@ -1,11 +0,0 @@-<?xml version="1.0" encoding="UTF-8"?>-<projectDescription>- <name>xhtml</name>- <comment></comment>- <projects>- </projects>- <buildSpec>- </buildSpec>- <natures>- </natures>-</projectDescription>
xhtml.cabal view
@@ -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 <chris@chrisdornan.com> 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 @@ location: git@github.com:haskell/xhtml.git library + Build-depends: base >= 4.0 && < 4.5 Exposed-modules: Text.XHtml, Text.XHtml.Frameset,