cabal2nix-2.16.0: test/golden-test-cases/api-field-json-th.nix.golden
{ mkDerivation, aeson, base, HUnit, lens, lib, split
, template-haskell, text
}:
mkDerivation {
pname = "api-field-json-th";
version = "0.1.0.2";
sha256 = "deadbeef";
libraryHaskellDepends = [
aeson base lens split template-haskell text
];
testHaskellDepends = [ aeson base HUnit lens ];
homepage = "https://github.com/nakaji-dayo/api-field-json-th";
description = "option of aeson's deriveJSON";
license = lib.licenses.bsd3;
}