Add meta.maintainer to Haskell packages.

This commit is contained in:
Peter Simons
2012-07-18 11:35:08 +02:00
parent 63d6e4fe2e
commit 3c167d0340
11 changed files with 11 additions and 2 deletions

View File

@@ -9,5 +9,6 @@ cabal.mkDerivation (self: {
description = "A pure specification of the IO monad";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [ self.stdenv.lib.maintainers.andres ];
};
})