haskell-data-object: updated to version 0.3.1.9
svn path=/nixpkgs/trunk/; revision=31688
This commit is contained in:
parent
4bf2f17323
commit
007bb142bd
1 changed files with 3 additions and 3 deletions
|
@ -2,12 +2,12 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "data-object";
|
||||
version = "0.3.1.8";
|
||||
sha256 = "0v7kn6rv71fhf2l7ll7plzr90irm2fyp25lskv2zwazp4swhw52x";
|
||||
version = "0.3.1.9";
|
||||
sha256 = "0z8m23kw8mj6hhy1r8y1vvlxxpwl273dhanszig2673a1sw0l98l";
|
||||
buildDepends = [ failure text time ];
|
||||
meta = {
|
||||
homepage = "http://github.com/snoyberg/data-object/tree/master";
|
||||
description = "Represent hierachichal structures, called objects in JSON";
|
||||
description = "Represent hierachichal structures, called objects in JSON. (deprecated)";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [
|
||||
|
|
Loading…
Reference in a new issue