haskell-json-assertions: regenerate with cabal2nix
This commit is contained in:
parent
db42862c96
commit
c2dafe1af3
@ -1,3 +1,5 @@
|
|||||||
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, aeson, indexed, indexedFree, lens, text }:
|
{ cabal, aeson, indexed, indexedFree, lens, text }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
@ -10,6 +12,6 @@ cabal.mkDerivation (self: {
|
|||||||
description = "Test that your (Aeson) JSON encoding matches your expectations";
|
description = "Test that your (Aeson) JSON encoding matches your expectations";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = [ self.stdenv.lib.maintainers.ocharles ];
|
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user