haskell-aeson-native: updated to version 0.3.3.2
svn path=/nixpkgs/trunk/; revision=31684
This commit is contained in:
parent
13e5cf2efb
commit
62e31a562f
@ -4,15 +4,15 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "aeson-native";
|
pname = "aeson-native";
|
||||||
version = "0.3.3.1";
|
version = "0.3.3.2";
|
||||||
sha256 = "15733f5ivymkbwvqgbd8scynl9adva3fnid4bzlr9l4sb3yvcz9p";
|
sha256 = "1s5i88r8sdd7ayrpjw6f18273k6r0igk0sswb503hzvjagzmzffh";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
attoparsec blazeBuilder blazeTextualNative deepseq hashable mtl syb
|
attoparsec blazeBuilder blazeTextualNative deepseq hashable mtl syb
|
||||||
text time unorderedContainers vector
|
text time unorderedContainers vector
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/mailrank/aeson";
|
homepage = "http://github.com/mailrank/aeson";
|
||||||
description = "Fast JSON parsing and encoding";
|
description = "Fast JSON parsing and encoding (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…
x
Reference in New Issue
Block a user