From 7e59567fca456d7257fccfa7997b34df1522bee1 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 1 Nov 2014 17:00:38 +0100 Subject: [PATCH] haskell-xml-html-conduit-lens: jailbreak to fix build with latest version of 'text' --- .../libraries/haskell/xml-html-conduit-lens/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/haskell/xml-html-conduit-lens/default.nix b/pkgs/development/libraries/haskell/xml-html-conduit-lens/default.nix index 7a53fb456f75..405f165c6a79 100644 --- a/pkgs/development/libraries/haskell/xml-html-conduit-lens/default.nix +++ b/pkgs/development/libraries/haskell/xml-html-conduit-lens/default.nix @@ -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";