haskell-tagsoup: update to version 0.12.8

This commit is contained in:
Peter Simons 2012-09-18 12:04:01 +02:00
parent 061118c665
commit 5940f10394

View File

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