3
0
Fork 0
forked from mirrors/nixpkgs

haskell-xml-html-conduit-lens: jailbreak to fix build with latest version of 'text'

This commit is contained in:
Peter Simons 2014-11-01 17:00:38 +01:00
parent d57dbab594
commit 7e59567fca

View file

@ -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";