mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
haskell-xml: updated to version 1.3.10
svn path=/nixpkgs/trunk/; revision=29440
This commit is contained in:
parent
f64620a11f
commit
a10e8a4d07
@ -1,9 +1,10 @@
|
||||
{ cabal }:
|
||||
{ cabal, text }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "xml";
|
||||
version = "1.3.9";
|
||||
sha256 = "1sx6k5dscpcy4aq09g7h0fz0sl4w2nrr4pnklgwrbrh6bf6kc6w2";
|
||||
version = "1.3.10";
|
||||
sha256 = "0mmibqzbbqmw4a8gc4f2yy144nx48gpfwj3iqq6dydvcikajxav2";
|
||||
buildDepends = [ text ];
|
||||
meta = {
|
||||
homepage = "http://code.galois.com";
|
||||
description = "A simple XML library";
|
||||
|
Loading…
Reference in New Issue
Block a user