18 lines
612 B
Nix
18 lines
612 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, aeson, haskellSrcMeta, hspec, parsec, text, vector }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "aeson-qq";
|
|
version = "0.7.4";
|
|
sha256 = "0wnc9pdjvd15gfkdxzf084393vwmxv2xaxdchzgal1qhwa1mak4v";
|
|
buildDepends = [ aeson haskellSrcMeta parsec text vector ];
|
|
testDepends = [ aeson haskellSrcMeta hspec parsec text vector ];
|
|
meta = {
|
|
homepage = "http://github.com/zalora/aeson-qq";
|
|
description = "JSON quasiquoter for Haskell";
|
|
license = self.stdenv.lib.licenses.mit;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|