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

{ cabal, punycode, stringprep, text }:

cabal.mkDerivation (self: {
  pname = "idna";
  version = "0.3.0";
  sha256 = "04w2mp9wa4mzdz4njx47j081jia8y000b46cw8vmx44fx8gv1zwp";
  buildDepends = [ punycode stringprep text ];
  meta = {
    description = "Implements IDNA (RFC 3490)";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})