Skip to content

Commit

Permalink
Relax blaze-builder constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorycollins committed May 15, 2011
1 parent 396643f commit de644eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/xmlhtml-testsuite.cabal
Expand Up @@ -12,7 +12,7 @@ Executable testsuite
directory == 1.0.*,
QuickCheck >= 2.3.0.2,
base == 4.*,
blaze-builder == 0.2.*,
blaze-builder >= 0.2 && <0.4,
blaze-html >= 0.3.2 && < 0.5,
bytestring == 0.9.*,
containers >= 0.3 && <0.5,
Expand Down
4 changes: 2 additions & 2 deletions xmlhtml.cabal
@@ -1,5 +1,5 @@
Name: xmlhtml
Version: 0.1.4
Version: 0.1.5
Synopsis: XML parser and renderer with HTML 5 quirks mode
Description: Contains renderers and parsers for both XML and HTML 5
document fragments, which share data structures wo that
Expand Down Expand Up @@ -812,7 +812,7 @@ Library
Text.XmlHtml.HTML.Parse,
Text.XmlHtml.HTML.Render
Build-depends: base == 4.*,
blaze-builder == 0.3.*,
blaze-builder >= 0.2 && <0.4,
blaze-html >= 0.3.2 && < 0.5,
bytestring == 0.9.*,
containers >= 0.3 && <0.5,
Expand Down

0 comments on commit de644eb

Please sign in to comment.