2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 14:05:41 +00:00
|
|
|
{ cabal }:
|
2011-09-03 14:17:29 +01:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "hxt-charproperties";
|
2013-08-17 10:50:38 +01:00
|
|
|
version = "9.1.1.1";
|
|
|
|
sha256 = "1a8cmswqysd0fpq6bpszav5cqpibnad49mbcswvrwipk28x3j078";
|
2011-09-03 14:17:29 +01:00
|
|
|
meta = {
|
|
|
|
homepage = "http://www.fh-wedel.de/~si/HXmlToolbox/index.html";
|
|
|
|
description = "Character properties and classes for XML and Unicode";
|
2013-08-17 10:50:38 +01:00
|
|
|
license = self.stdenv.lib.licenses.mit;
|
2011-09-03 14:17:29 +01:00
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|