haskell-HaXml: update to version 1.25

This commit is contained in:
Peter Simons 2014-10-31 11:37:12 +01:00
parent 5e10380f64
commit 9de1e42674

View File

@ -4,13 +4,13 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "HaXml"; pname = "HaXml";
version = "1.24.1"; version = "1.25";
sha256 = "1pvqgczksxasayvdb6d4g7ya7g7w1v9hsa35kaxm9bcic9y8q9az"; sha256 = "02l53v9c8qzkp5zzs31973pp27q4k2h04h9x3852gah78qjvnslk";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ filepath polyparse random ]; buildDepends = [ filepath polyparse random ];
meta = { meta = {
homepage = "http://www.cs.york.ac.uk/fp/HaXml/"; homepage = "http://projects.haskell.org/HaXml/";
description = "Utilities for manipulating XML documents"; description = "Utilities for manipulating XML documents";
license = "LGPL"; license = "LGPL";
platforms = self.ghc.meta.platforms; platforms = self.ghc.meta.platforms;