nixpkgs/pkgs/development/libraries/haskell/hxt-charproperties/default.nix

16 lines
467 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal }:
cabal.mkDerivation (self: {
pname = "hxt-charproperties";
version = "9.2.0.0";
sha256 = "01v3j0cg9pkp18iy4s8s582qqq98r4l9jzr84x5sa2rva4cg0gpi";
meta = {
homepage = "https://github.com/UweSchmidt/hxt";
description = "Character properties and classes for XML and Unicode";
license = self.stdenv.lib.licenses.mit;
platforms = self.ghc.meta.platforms;
};
})