summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/gnuidn/default.nix
blob: 8bedf0d4186b34504133abfe95849e70574f47c5 (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, c2hs, libidn, text }:

cabal.mkDerivation (self: {
  pname = "gnuidn";
  version = "0.2.1";
  sha256 = "1jii635wc3j1jnwwx24j9gg9xd91g2iw5967acn74p7db62lqx37";
  buildDepends = [ text ];
  buildTools = [ c2hs ];
  extraLibraries = [ libidn ];
  pkgconfigDepends = [ libidn ];
  meta = {
    homepage = "https://john-millikin.com/software/haskell-gnuidn/";
    description = "Bindings for GNU IDN";
    license = self.stdenv.lib.licenses.gpl3;
    platforms = self.ghc.meta.platforms;
  };
})