haskell-uri-encode: jailbreak to fix build with recent versions of 'text'

This commit is contained in:
Peter Simons
2014-11-01 21:08:03 +01:00
parent 7b1b9b76b6
commit 1600d8710e
@@ -9,6 +9,7 @@ cabal.mkDerivation (self: {
isLibrary = true;
isExecutable = true;
buildDepends = [ networkUri text utf8String ];
jailbreak = true;
meta = {
description = "Unicode aware uri-encoding";
license = "unknown";