haskellPackages.tasty*: Add ocharles to the list of maintainers
This commit is contained in:
parent
41a0cb7bd9
commit
db8c22c6d3
@ -14,5 +14,6 @@ cabal.mkDerivation (self: {
|
|||||||
description = "A tasty ingredient to output test results in XML, using the Ant schema. This XML can be consumed by the Jenkins continuous integration framework.";
|
description = "A tasty ingredient to output test results in XML, using the Ant schema. This XML can be consumed by the Jenkins continuous integration framework.";
|
||||||
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 ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
@ -9,5 +9,6 @@ cabal.mkDerivation (self: {
|
|||||||
description = "HUnit support for the Tasty test framework";
|
description = "HUnit support for the Tasty test framework";
|
||||||
license = self.stdenv.lib.licenses.mit;
|
license = self.stdenv.lib.licenses.mit;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
maintainers = [ self.stdenv.lib.maintainers.ocharles ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
@ -10,5 +10,6 @@ cabal.mkDerivation (self: {
|
|||||||
description = "SmallCheck support for the Tasty test framework";
|
description = "SmallCheck support for the Tasty test framework";
|
||||||
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 ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
@ -13,5 +13,6 @@ cabal.mkDerivation (self: {
|
|||||||
description = "Modern and extensible testing framework";
|
description = "Modern and extensible testing framework";
|
||||||
license = self.stdenv.lib.licenses.mit;
|
license = self.stdenv.lib.licenses.mit;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
maintainers = [ self.stdenv.lib.maintainers.ocharles ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user