forked from mirrors/nixpkgs
haskell-HaXml: update to version 1.24
This commit is contained in:
parent
0163789e02
commit
8cbc3906a3
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "HaXml";
|
pname = "HaXml";
|
||||||
version = "1.23.3";
|
version = "1.24";
|
||||||
sha256 = "1gp3vjv8g0i9bd0sryfjarzp7n8ddfbrib68jzhqgjkqbyj2bs8g";
|
sha256 = "18kvavqa84k2121ppxngn39fjz4w63chngb3255w1fhdz13v3ydn";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ filepath polyparse random ];
|
buildDepends = [ filepath polyparse random ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue