mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
haskell-aeson: updated to version 0.4.0.0
svn path=/nixpkgs/trunk/; revision=30686
This commit is contained in:
parent
4a1793ef48
commit
4e4fbd75c3
@ -4,14 +4,14 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "aeson";
|
pname = "aeson";
|
||||||
version = "0.3.2.12";
|
version = "0.4.0.0";
|
||||||
sha256 = "12dq79bd8kvl4hc493c7ff9k9xdpibnnnfgpvpxh4ljnqcqr4hcy";
|
sha256 = "1j0m7hh82ab7lg757wq75k28llfd1igawmg4g2qdia5gimm652pa";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
attoparsec blazeBuilder blazeTextual deepseq hashable mtl syb text
|
attoparsec blazeBuilder blazeTextual deepseq hashable mtl syb text
|
||||||
time unorderedContainers vector
|
time unorderedContainers vector
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/mailrank/aeson";
|
homepage = "https://github.com/bos/aeson";
|
||||||
description = "Fast JSON parsing and encoding";
|
description = "Fast JSON parsing and encoding";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
Loading…
Reference in New Issue
Block a user