haskell-encoding: jailbreak to fix build with latest version of 'HaXml'

This commit is contained in:
Peter Simons 2014-11-01 17:10:58 +01:00
parent 171c2a26c2
commit 209d7fe8e9

View File

@ -9,6 +9,7 @@ cabal.mkDerivation (self: {
buildDepends = [ buildDepends = [
binary extensibleExceptions HaXml mtl regexCompat binary extensibleExceptions HaXml mtl regexCompat
]; ];
jailbreak = true;
meta = { meta = {
homepage = "http://code.haskell.org/encoding/"; homepage = "http://code.haskell.org/encoding/";
description = "A library for various character encodings"; description = "A library for various character encodings";