haskell-HandsomeSoup: update to version 0.3.5

This commit is contained in:
Peter Simons 2014-11-13 00:38:21 +01:00
parent 9f888fbeda
commit 32a6253fe3

View File

@ -6,8 +6,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "HandsomeSoup"; pname = "HandsomeSoup";
version = "0.3.4"; version = "0.3.5";
sha256 = "0xpimys8pb0kzqnfxxf04dbxfmcrry5pzgmagyydcrmafacg0vjb"; sha256 = "1d1zanlr1mdxjc69xvbxg5kn5bc08gd960j6lb1x3grhcgmj9krm";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -15,7 +15,6 @@ cabal.mkDerivation (self: {
]; ];
testDepends = [ hspec hxt ]; testDepends = [ hspec hxt ];
jailbreak = true; jailbreak = true;
doCheck = false;
meta = { meta = {
homepage = "https://github.com/egonSchiele/HandsomeSoup"; homepage = "https://github.com/egonSchiele/HandsomeSoup";
description = "Work with HTML more easily in HXT"; description = "Work with HTML more easily in HXT";