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

{ cabal, networkUri, text, utf8String }:

cabal.mkDerivation (self: {
  pname = "uri-encode";
  version = "1.5.0.3";
  sha256 = "115wnc7x7gx57qza5az4c1wy0n2f40634529jk0vpxw6bb9b1mzn";
  isLibrary = true;
  isExecutable = true;
  buildDepends = [ networkUri text utf8String ];
  jailbreak = true;
  meta = {
    description = "Unicode aware uri-encoding";
    license = "unknown";
    platforms = self.ghc.meta.platforms;
    maintainers = with self.stdenv.lib.maintainers; [ aycanirican ];
  };
})