3
0
Fork 0
forked from mirrors/nixpkgs

haskell-download-curl: jailbreak to fix build with recent versions of tagsoup

This commit is contained in:
Peter Simons 2014-05-04 12:53:45 +02:00
parent a2ae6ebb7b
commit 7c06d93c0f

View file

@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
version = "0.1.4";
sha256 = "1wf3pf2k4i6jvpfsjlxdj6v53qd33jj1z1ipaf3p47glgx4xw3lm";
buildDepends = [ curl feed tagsoup xml ];
jailbreak = true;
meta = {
homepage = "http://code.haskell.org/~dons/code/download-curl";
description = "High-level file download based on URLs";