cabal2nix-2.9.3: test/golden-test-cases/hxt-charproperties.nix.golden
{ mkDerivation, base, stdenv }:
mkDerivation {
pname = "hxt-charproperties";
version = "9.2.0.1";
sha256 = "deadbeef";
libraryHaskellDepends = [ base ];
homepage = "https://github.com/UweSchmidt/hxt";
description = "Character properties and classes for XML and Unicode";
license = stdenv.lib.licenses.mit;
}