numeric-prelude: add myself as a maintainer
svn path=/nixpkgs/trunk/; revision=28159
This commit is contained in:
parent
9671e806af
commit
331af2c876
@ -7,6 +7,8 @@ cabal.mkDerivation (self : {
|
|||||||
propagatedBuildInputs = [HUnit QuickCheck parsec nonNegative utilityHt storableRecord];
|
propagatedBuildInputs = [HUnit QuickCheck parsec nonNegative utilityHt storableRecord];
|
||||||
meta = {
|
meta = {
|
||||||
description = "An experimental alternative hierarchy of numeric type classes";
|
description = "An experimental alternative hierarchy of numeric type classes";
|
||||||
|
platforms = self.stdenv.lib.platforms.haskellPlatforms;
|
||||||
|
maintainers = [ self.stdenv.lib.maintainers.simons ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user