mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 06:14:26 +03:00
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
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "data-object";
|
pname = "data-object";
|
||||||
version = "0.3.1.8";
|
version = "0.3.1.9";
|
||||||
sha256 = "0v7kn6rv71fhf2l7ll7plzr90irm2fyp25lskv2zwazp4swhw52x";
|
sha256 = "0z8m23kw8mj6hhy1r8y1vvlxxpwl273dhanszig2673a1sw0l98l";
|
||||||
buildDepends = [ failure text time ];
|
buildDepends = [ failure text time ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/snoyberg/data-object/tree/master";
|
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;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = [
|
maintainers = [
|
||||||
|
Loading…
Reference in New Issue
Block a user