haskell-hxt: updated to version 9.2.0

svn path=/nixpkgs/trunk/; revision=31816
This commit is contained in:
Peter Simons 2012-01-24 15:06:23 +00:00
parent 076a50553d
commit fdb8059a3d

View File

@ -1,14 +1,14 @@
{ cabal, binary, deepseq, HUnit, hxtCharproperties { cabal, binary, deepseq, HUnit, hxtCharproperties
, hxtRegexXmlschema, hxtUnicode, network, parsec , hxtRegexXmlschema, hxtUnicode, mtl, network, parsec
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "hxt"; pname = "hxt";
version = "9.1.6"; version = "9.2.0";
sha256 = "1ir1az8zpi9adkwpm3m4gjrwrn9cbmwd1dbqz4lrwi82i54c9bpb"; sha256 = "182yl4ksh4hg332b0lnk4s9cfqxsnnan7p5vqas5lbxvibmg68zc";
buildDepends = [ buildDepends = [
binary deepseq HUnit hxtCharproperties hxtRegexXmlschema hxtUnicode binary deepseq HUnit hxtCharproperties hxtRegexXmlschema hxtUnicode
network parsec mtl network parsec
]; ];
meta = { meta = {
homepage = "http://www.fh-wedel.de/~si/HXmlToolbox/index.html"; homepage = "http://www.fh-wedel.de/~si/HXmlToolbox/index.html";