monad-control 0.2.0.3: added missing maintainer section
svn path=/nixpkgs/trunk/; revision=30766
This commit is contained in:
parent
2d0b27df9d
commit
b530f9ea9c
@ -10,5 +10,9 @@ cabal.mkDerivation (self: {
|
|||||||
description = "Lift control operations, like exception catching, through monad transformers";
|
description = "Lift control operations, like exception catching, through monad transformers";
|
||||||
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.andres
|
||||||
|
self.stdenv.lib.maintainers.simons
|
||||||
|
];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user