haskell-generic-aeson: update to version 0.2.0.0

This commit is contained in:
Peter Simons 2014-09-10 20:39:59 +02:00
parent c1642c5cb7
commit 96b0340ff5

View File

@ -1,15 +1,16 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually! # This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, aeson, attoparsec, genericDeriving, mtl, tagged, text { cabal, aeson, attoparsec, genericDeriving, mtl, tagged, text
, vector , unorderedContainers, vector
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "generic-aeson"; pname = "generic-aeson";
version = "0.1.1.1"; version = "0.2.0.0";
sha256 = "14jpma2p4dxmzpwd557igbg7xhgdzp9w9fm6dxa06sgfqxvb7ln1"; sha256 = "0w7bwmbjsskynyfisnhp4piikdw2jkr4zg24c9ipsp28szy8qsb9";
buildDepends = [ buildDepends = [
aeson attoparsec genericDeriving mtl tagged text vector aeson attoparsec genericDeriving mtl tagged text
unorderedContainers vector
]; ];
meta = { meta = {
description = "Derivation of Aeson instances using GHC generics"; description = "Derivation of Aeson instances using GHC generics";