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