Regenerated all Haskell packages with the latest version of cabal2nix.
svn path=/nixpkgs/trunk/; revision=32292
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{ cabal, hxtCharproperties }:
|
||||
{ cabal, Cabal, hxtCharproperties }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "hxt-unicode";
|
||||
version = "9.0.2";
|
||||
sha256 = "1ri3198j0bavgam861yiiisl43rh4pbkmji7g6v3jnnch7834hdd";
|
||||
buildDepends = [ hxtCharproperties ];
|
||||
buildDepends = [ Cabal hxtCharproperties ];
|
||||
meta = {
|
||||
homepage = "http://www.fh-wedel.de/~si/HXmlToolbox/index.html";
|
||||
description = "Unicode en-/decoding functions for utf8, iso-latin-* and other encodings";
|
||||
|
||||
Reference in New Issue
Block a user