forked from mirrors/nixpkgs
haskell-xml-html-conduit-lens: jailbreak to fix build with latest version of 'text'
This commit is contained in:
parent
d57dbab594
commit
7e59567fca
|
@ -12,6 +12,7 @@ cabal.mkDerivation (self: {
|
|||
testDepends = [
|
||||
doctest hspec hspecExpectationsLens lens xmlConduit
|
||||
];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "https://github.com/supki/xml-html-conduit-lens#readme";
|
||||
description = "Optics for xml-conduit and html-conduit";
|
||||
|
|
Loading…
Reference in a new issue