Skip to content

Commit

Permalink
Merge branch 'master' of github.com:snapframework/xmlhtml
Browse files Browse the repository at this point in the history
  • Loading branch information
mightybyte committed Apr 5, 2014
2 parents 9bc7fb8 + 96538ff commit ebad671
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
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Executable testsuite
test-framework >= 0.6 && <0.7,
test-framework-hunit >= 0.2.7 && <0.3,
test-framework-quickcheck2 >= 0.2.12.1 && <0.3,
text >= 0.11 && <0.12,
text >= 0.11 && <1.2,
unordered-containers >= 0.1.4 && <0.3

ghc-options: -Wall -fhpc -fwarn-tabs -funbox-strict-fields -threaded
Expand Down
4 changes: 2 additions & 2 deletions xmlhtml.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: xmlhtml
Version: 0.2.3
Version: 0.2.3.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 Expand Up @@ -826,7 +826,7 @@ Library
bytestring >= 0.9 && < 0.11,
containers >= 0.3 && < 0.6,
parsec >= 3.1.2 && < 3.2,
text >= 0.11 && < 0.12,
text >= 0.11 && < 1.2,
unordered-containers >= 0.1.4 && < 0.3

extensions:
Expand Down

0 comments on commit ebad671

Please sign in to comment.