forked from mirrors/nixpkgs
haskell-xml-types: update to version 0.3.4
This commit is contained in:
parent
9102dbe667
commit
88da6b5d89
|
@ -1,10 +1,10 @@
|
|||
{ cabal, text }:
|
||||
{ cabal, deepseq, text }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "xml-types";
|
||||
version = "0.3.3";
|
||||
sha256 = "0jvchgzmqsnc0dax73nh7wa7x6n07qnl4wr1d58v21rlbqcklgcn";
|
||||
buildDepends = [ text ];
|
||||
version = "0.3.4";
|
||||
sha256 = "1689ijr4xxh4shxxvd51wdkpc535kzv6liqg4m1prag96aq05r8y";
|
||||
buildDepends = [ deepseq text ];
|
||||
meta = {
|
||||
homepage = "https://john-millikin.com/software/haskell-xml/";
|
||||
description = "Basic types for representing XML";
|
||||
|
|
Loading…
Reference in a new issue