haskell-json-assertions: update to version 1.0.5
This commit is contained in:
parent
0ac307bd8a
commit
a9c6e7da40
|
@ -1,17 +1,15 @@
|
||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, aeson, indexed, indexedFree, lens, text }:
|
{ cabal, aeson, indexed, indexedFree, lens, lensAeson, text }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "json-assertions";
|
pname = "json-assertions";
|
||||||
version = "1.0.4";
|
version = "1.0.5";
|
||||||
sha256 = "07qjbbwmph75s8ds1yfy17ww7x2wcc9bpjpv2bq9ggmzllf6g8l5";
|
sha256 = "1vf6y8xbl48giq1p6d62294rfvfdw62l1q4dspy990ii0v5gkyck";
|
||||||
buildDepends = [ aeson indexed indexedFree lens text ];
|
buildDepends = [ aeson indexed indexedFree lens lensAeson text ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/ocharles/json-assertions.git";
|
homepage = "http://github.com/ocharles/json-assertions.git";
|
||||||
description = "Test that your (Aeson) JSON encoding matches your expectations";
|
description = "Test that your (Aeson) JSON encoding matches your expectations";
|
||||||
broken = true;
|
|
||||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
||||||
|
|
Loading…
Reference in New Issue