haskell-uri-encode: update to version 1.5.0.3
This commit is contained in:
parent
f700bcaf06
commit
afd1ed90c9
@ -1,14 +1,14 @@
|
||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, network, text, utf8String }:
|
||||
{ cabal, networkUri, text, utf8String }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "uri-encode";
|
||||
version = "1.5.0.2";
|
||||
sha256 = "1lsj9y3sw9wlpsw7j20frvv9a165mcqx7x7vrp2gamka1120pkym";
|
||||
version = "1.5.0.3";
|
||||
sha256 = "115wnc7x7gx57qza5az4c1wy0n2f40634529jk0vpxw6bb9b1mzn";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ network text utf8String ];
|
||||
buildDepends = [ networkUri text utf8String ];
|
||||
meta = {
|
||||
description = "Unicode aware uri-encoding";
|
||||
license = "unknown";
|
||||
|
Loading…
Reference in New Issue
Block a user