Skip to content

Commit

Permalink
Fix tests using blaze-html 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspervdj committed Apr 21, 2012
1 parent 8a14e01 commit e7f0774
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions test/suite/Text/XmlHtml/Tests.hs
Expand Up @@ -14,8 +14,10 @@ import Test.Framework
import Test.Framework.Providers.HUnit
import Test.HUnit hiding (Test, Node)
import Text.Blaze
import Text.Blaze.Html
import qualified Text.Blaze.Html5 as H
import qualified Text.Blaze.Html5.Attributes as A
import qualified Text.Blaze.Internal as H
import Text.Blaze.Renderer.XmlHtml
import Text.XmlHtml
import Text.XmlHtml.CursorTests
Expand Down
3 changes: 2 additions & 1 deletion test/xmlhtml-testsuite.cabal
Expand Up @@ -13,7 +13,8 @@ Executable testsuite
QuickCheck >= 2.3.0.2,
base == 4.*,
blaze-builder >= 0.2 && <0.4,
blaze-html >= 0.3.2 && <0.5,
blaze-html >= 0.5 && <0.6,
blaze-markup >= 0.5 && <0.6,
bytestring == 0.9.*,
containers >= 0.3 && <0.5,
parsec >= 3.1.2 && <3.2,
Expand Down
2 changes: 1 addition & 1 deletion xmlhtml.cabal
@@ -1,5 +1,5 @@
Name: xmlhtml
Version: 0.2.0
Version: 0.2.0.1
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 so that
Expand Down

0 comments on commit e7f0774

Please sign in to comment.