mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 11:32:03 +00:00
haskell-th-extras: added missing maintainers field
svn path=/nixpkgs/trunk/; revision=30453
This commit is contained in:
parent
b597d8bfb6
commit
d818fb3333
|
@ -10,5 +10,9 @@ cabal.mkDerivation (self: {
|
||||||
description = "A grab bag of useful functions for use with Template Haskell";
|
description = "A grab bag of useful functions for use with Template Haskell";
|
||||||
license = self.stdenv.lib.licenses.publicDomain;
|
license = self.stdenv.lib.licenses.publicDomain;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
maintainers = [
|
||||||
|
self.stdenv.lib.maintainers.andres
|
||||||
|
self.stdenv.lib.maintainers.simons
|
||||||
|
];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue