summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/hxt-charproperties/default.nix
blob: ffb298023b7d0f1a7b919dab1c7391ae58890982 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal }:

cabal.mkDerivation (self: {
  pname = "hxt-charproperties";
  version = "9.1.1.1";
  sha256 = "1a8cmswqysd0fpq6bpszav5cqpibnad49mbcswvrwipk28x3j078";
  meta = {
    homepage = "http://www.fh-wedel.de/~si/HXmlToolbox/index.html";
    description = "Character properties and classes for XML and Unicode";
    license = self.stdenv.lib.licenses.mit;
    platforms = self.ghc.meta.platforms;
  };
})