mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
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: {
|
||||
pname = "aeson-native";
|
||||
version = "0.3.3.1";
|
||||
sha256 = "15733f5ivymkbwvqgbd8scynl9adva3fnid4bzlr9l4sb3yvcz9p";
|
||||
version = "0.3.3.2";
|
||||
sha256 = "1s5i88r8sdd7ayrpjw6f18273k6r0igk0sswb503hzvjagzmzffh";
|
||||
buildDepends = [
|
||||
attoparsec blazeBuilder blazeTextualNative deepseq hashable mtl syb
|
||||
text time unorderedContainers vector
|
||||
];
|
||||
meta = {
|
||||
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;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [
|
||||
|
Loading…
Reference in New Issue
Block a user