forked from mirrors/nixpkgs
haskell-hxt-unicode: update to version 9.0.2.1
This commit is contained in:
parent
cc38b2c948
commit
21e8b7f337
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hxt-unicode";
|
pname = "hxt-unicode";
|
||||||
version = "9.0.2";
|
version = "9.0.2.1";
|
||||||
sha256 = "1ri3198j0bavgam861yiiisl43rh4pbkmji7g6v3jnnch7834hdd";
|
sha256 = "1ng3qaiwkaav1kmf0yxkm44887xphbx6slva3fskzx0sgkd1v0vp";
|
||||||
buildDepends = [ hxtCharproperties ];
|
buildDepends = [ hxtCharproperties ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.fh-wedel.de/~si/HXmlToolbox/index.html";
|
homepage = "http://www.fh-wedel.de/~si/HXmlToolbox/index.html";
|
||||||
description = "Unicode en-/decoding functions for utf8, iso-latin-* and other encodings";
|
description = "Unicode en-/decoding functions for utf8, iso-latin-* and other encodings";
|
||||||
license = "unknown";
|
license = self.stdenv.lib.licenses.mit;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue