haskell-encoding: jailbreak to fix build with latest version of 'HaXml'
This commit is contained in:
parent
171c2a26c2
commit
209d7fe8e9
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user