mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
haskell-gnuidn: update to version 0.2.1
This commit is contained in:
parent
df89207c9e
commit
3a0f4d4fcd
@ -2,14 +2,14 @@
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "gnuidn";
|
||||
version = "0.2";
|
||||
sha256 = "0xk72p3z1lwlmab0jcf7m48p5pncgz00hb7l96naz1gdkbq7xizd";
|
||||
version = "0.2.1";
|
||||
sha256 = "1jii635wc3j1jnwwx24j9gg9xd91g2iw5967acn74p7db62lqx37";
|
||||
buildDepends = [ text ];
|
||||
buildTools = [ c2hs ];
|
||||
extraLibraries = [ libidn ];
|
||||
pkgconfigDepends = [ libidn ];
|
||||
meta = {
|
||||
homepage = "http://john-millikin.com/software/bindings/gnuidn/";
|
||||
homepage = "https://john-millikin.com/software/haskell-gnuidn/";
|
||||
description = "Bindings for GNU IDN";
|
||||
license = self.stdenv.lib.licenses.gpl3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
|
Loading…
Reference in New Issue
Block a user