haskell-HandsomeSoup: jailbreak to fix build with network 2.6.x
This commit is contained in:
parent
67aa9b723e
commit
6ce31138c6
|
@ -14,6 +14,7 @@ cabal.mkDerivation (self: {
|
||||||
HTTP hxt hxtHttp MaybeT mtl network networkUri parsec transformers
|
HTTP hxt hxtHttp MaybeT mtl network networkUri parsec transformers
|
||||||
];
|
];
|
||||||
testDepends = [ hspec hxt ];
|
testDepends = [ hspec hxt ];
|
||||||
|
jailbreak = true;
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/egonSchiele/HandsomeSoup";
|
homepage = "https://github.com/egonSchiele/HandsomeSoup";
|
||||||
|
|
Loading…
Reference in New Issue