haskell-xmlhtml: update to version 0.2.0.3

This commit is contained in:
Peter Simons 2012-09-17 16:17:57 +02:00
parent 03ea8d67ad
commit 866e6af90b
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "xmlhtml";
version = "0.2.0.2";
sha256 = "0dqlqx3cnrqap3ficdkmwm8661j8i7qknb8xhjqvfmnb9pwqdks2";
version = "0.2.0.3";
sha256 = "03bwsm3dazc01cwndlm92nr35a4fllsxx17rp72d2vnf1571a1vb";
buildDepends = [
blazeBuilder blazeHtml blazeMarkup parsec text unorderedContainers
];