haskellPackages.jsonAssertions: Update to 1.0.4

This commit is contained in:
Oliver Charles 2014-08-14 14:38:53 +01:00
parent 54ae9d8527
commit adea4335a1

View File

@ -1,17 +1,15 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, aeson, indexed, indexedFree, lens, text }:
cabal.mkDerivation (self: {
pname = "json-assertions";
version = "1.0.3";
sha256 = "1iklsgzfxgiizqn90r9wfzfaz84fj8by4arppp139w6ybzh3b0r8";
version = "1.0.4";
sha256 = "07qjbbwmph75s8ds1yfy17ww7x2wcc9bpjpv2bq9ggmzllf6g8l5";
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;
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
maintainers = [ self.stdenv.lib.maintainers.ocharles ];
};
})