2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-06-03 06:14:04 -07:00
|
|
|
{ cabal, aeson, haskellSrcMeta, hspec, parsec, text, vector }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "aeson-qq";
|
2014-09-19 03:51:00 -07:00
|
|
|
version = "0.7.4";
|
|
|
|
sha256 = "0wnc9pdjvd15gfkdxzf084393vwmxv2xaxdchzgal1qhwa1mak4v";
|
2014-06-03 06:14:04 -07:00
|
|
|
buildDepends = [ aeson haskellSrcMeta parsec text vector ];
|
2014-06-16 05:12:05 -07:00
|
|
|
testDepends = [ aeson haskellSrcMeta hspec parsec text vector ];
|
2014-06-03 06:14:04 -07:00
|
|
|
meta = {
|
|
|
|
homepage = "http://github.com/zalora/aeson-qq";
|
2014-06-04 01:01:26 -07:00
|
|
|
description = "JSON quasiquoter for Haskell";
|
2014-06-03 06:14:04 -07:00
|
|
|
license = self.stdenv.lib.licenses.mit;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|