2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 14:05:41 +00:00
|
|
|
{ cabal, hxtCharproperties }:
|
2011-09-03 13:17:29 +00:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "hxt-unicode";
|
2014-04-11 08:14:35 +00:00
|
|
|
version = "9.0.2.2";
|
|
|
|
sha256 = "1iljbk7f7d4wkl592bp0vw807683sqdxfnigindkrvr9p1xvwg8r";
|
2012-02-16 14:05:41 +00:00
|
|
|
buildDepends = [ hxtCharproperties ];
|
2011-09-03 13:17:29 +00: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 09:50:38 +00:00
|
|
|
license = self.stdenv.lib.licenses.mit;
|
2011-09-03 13:17:29 +00:00
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|