mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
18250b97ae
had added him earlier.
17 lines
555 B
Nix
17 lines
555 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, hxtCharproperties }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "hxt-unicode";
|
|
version = "9.0.2.2";
|
|
sha256 = "1iljbk7f7d4wkl592bp0vw807683sqdxfnigindkrvr9p1xvwg8r";
|
|
buildDepends = [ hxtCharproperties ];
|
|
meta = {
|
|
homepage = "http://www.fh-wedel.de/~si/HXmlToolbox/index.html";
|
|
description = "Unicode en-/decoding functions for utf8, iso-latin-* and other encodings";
|
|
license = self.stdenv.lib.licenses.mit;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|