haskell-HandsomeSoup: broken by network 2.6.x update

This commit is contained in:
Peter Simons 2014-10-14 15:58:15 +02:00
parent 1ef1eb3b42
commit d251a26a25

View file

@ -16,5 +16,6 @@ cabal.mkDerivation (self: {
description = "Work with HTML more easily in HXT";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
broken = true;
};
})