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

This commit is contained in:
Peter Simons 2014-10-31 14:10:16 +01:00
parent 7b1b9b76b6
commit 1600d8710e

View File

@ -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";