haskell-tagsoup: Revert "update to version 0.13"

This reverts commit d0b0d530b6. The new version
breaks the build of Pandoc.
This commit is contained in:
Peter Simons 2013-09-09 10:44:55 +02:00
parent da69f13863
commit a9d625b3dc

View File

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