about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/uri-encode/default.nix
blob: 3a2d786cd8f06925e7c0aaa3950363e2f3593b79 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, network, text, utf8String }:

cabal.mkDerivation (self: {
  pname = "uri-encode";
  version = "1.5.0.2";
  sha256 = "1lsj9y3sw9wlpsw7j20frvv9a165mcqx7x7vrp2gamka1120pkym";
  isLibrary = true;
  isExecutable = true;
  buildDepends = [ network text utf8String ];
  meta = {
    description = "Unicode aware uri-encoding";
    license = "unknown";
    platforms = self.ghc.meta.platforms;
  };
})