haskell-tagsoup: update to version 0.12.7

This commit is contained in:
Peter Simons 2012-08-20 10:25:18 +02:00
parent 5e19db2ce5
commit 490f8c4382

View File

@ -2,8 +2,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "tagsoup"; pname = "tagsoup";
version = "0.12.6"; version = "0.12.7";
sha256 = "1q1dzsaj131fcvibka72i7si1i0gxkz5d9zl0akd8mbapy5mmlv5"; sha256 = "0f4f0552n9qkycvh01jyk52190nk4frlp9za8vyczayrm3vmw268";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ text ]; buildDepends = [ text ];