2014-08-14 18:54:05 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-02-09 12:26:16 +00:00
|
|
|
{ cabal, aeson, indexed, indexedFree, lens, text }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "json-assertions";
|
2014-08-14 13:38:53 +00:00
|
|
|
version = "1.0.4";
|
|
|
|
sha256 = "07qjbbwmph75s8ds1yfy17ww7x2wcc9bpjpv2bq9ggmzllf6g8l5";
|
2014-02-09 12:26:16 +00:00
|
|
|
buildDepends = [ aeson indexed indexedFree lens text ];
|
|
|
|
meta = {
|
|
|
|
homepage = "http://github.com/ocharles/json-assertions.git";
|
|
|
|
description = "Test that your (Aeson) JSON encoding matches your expectations";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-08-14 18:54:05 +00:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
2014-02-09 12:26:16 +00:00
|
|
|
};
|
|
|
|
})
|