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