22 lines
669 B
Nix
22 lines
669 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, aeson, attoparsec, genericDeriving, mtl, tagged, text
|
|
, unorderedContainers, vector
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "generic-aeson";
|
|
version = "0.2.0.2";
|
|
sha256 = "1x58c7xgdc1asg4n61fpikn7jvspyqawykq4q49xhsp5dp11lzzh";
|
|
buildDepends = [
|
|
aeson attoparsec genericDeriving mtl tagged text
|
|
unorderedContainers vector
|
|
];
|
|
meta = {
|
|
description = "Derivation of Aeson instances using GHC generics";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
maintainers = with self.stdenv.lib.maintainers; [ aycanirican ];
|
|
};
|
|
})
|