haskell-xml-conduit: jailbreak to fix build with conduit

This commit is contained in:
Peter Simons 2014-09-12 10:11:39 +02:00
parent 7071d7b6de
commit d964aa83a0

View File

@ -19,6 +19,7 @@ cabal.mkDerivation (self: {
blazeMarkup conduit hspec HUnit resourcet text transformers
xmlTypes
];
jailbreak = true;
meta = {
homepage = "http://github.com/snoyberg/xml";
description = "Pure-Haskell utilities for dealing with XML with the conduit package";