2012-02-16 14:05:41 +00:00
|
|
|
{ cabal, hxtCharproperties }:
|
2011-09-03 14:17:29 +01:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "hxt-unicode";
|
2014-04-11 09:14:35 +01:00
|
|
|
version = "9.0.2.2";
|
|
|
|
sha256 = "1iljbk7f7d4wkl592bp0vw807683sqdxfnigindkrvr9p1xvwg8r";
|
2012-02-16 14:05:41 +00:00
|
|
|
buildDepends = [ hxtCharproperties ];
|
2011-09-03 14:17:29 +01:00
|
|
|
meta = {
|
|
|
|
homepage = "http://www.fh-wedel.de/~si/HXmlToolbox/index.html";
|
|
|
|
description = "Unicode en-/decoding functions for utf8, iso-latin-* and other encodings";
|
2013-08-17 10:50:38 +01:00
|
|
|
license = self.stdenv.lib.licenses.mit;
|
2011-09-03 14:17:29 +01:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2013-05-10 23:36:36 +01:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
2011-09-03 14:17:29 +01:00
|
|
|
};
|
|
|
|
})
|