mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
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];
|
||||
meta = {
|
||||
description = "An experimental alternative hierarchy of numeric type classes";
|
||||
platforms = self.stdenv.lib.platforms.haskellPlatforms;
|
||||
maintainers = [ self.stdenv.lib.maintainers.simons ];
|
||||
};
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user