haskell-xml-types: updated to version 0.3.1
svn path=/nixpkgs/trunk/; revision=31588
This commit is contained in:
parent
a4d0d699ea
commit
4cc9c46240
@ -2,10 +2,11 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "xml-types";
|
pname = "xml-types";
|
||||||
version = "0.3";
|
version = "0.3.1";
|
||||||
sha256 = "0d0x7s865ca7bscskp6s7zyzpzd22nkd61wzwg11v6h0q5dilly7";
|
sha256 = "0ffmmidb9a1hqfbmvjxjvij2wfrqqlyjc7m7n81czrcrrsmyc1kc";
|
||||||
buildDepends = [ text ];
|
buildDepends = [ text ];
|
||||||
meta = {
|
meta = {
|
||||||
|
homepage = "https://john-millikin.com/software/haskell-xml/";
|
||||||
description = "Basic types for representing XML";
|
description = "Basic types for representing XML";
|
||||||
license = self.stdenv.lib.licenses.mit;
|
license = self.stdenv.lib.licenses.mit;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user