forked from mirrors/nixpkgs
Added missing meta.maintainers tags.
svn path=/nixpkgs/trunk/; revision=34004
This commit is contained in:
parent
acc5a88cdd
commit
3a61a44035
|
@ -9,5 +9,6 @@ cabal.mkDerivation (self: {
|
||||||
description = "Atomic compare and swap for IORefs and STRefs";
|
description = "Atomic compare and swap for IORefs and STRefs";
|
||||||
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 ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
|
@ -10,5 +10,6 @@ cabal.mkDerivation (self: {
|
||||||
description = "Type classes generalizing the functionality of the 'monad-par' library";
|
description = "Type classes generalizing the functionality of the 'monad-par' library";
|
||||||
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 ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
|
@ -10,5 +10,6 @@ cabal.mkDerivation (self: {
|
||||||
description = "Atomic bit operations on memory locations for low-level synchronization";
|
description = "Atomic bit operations on memory locations for low-level synchronization";
|
||||||
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 ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
|
@ -12,5 +12,6 @@ cabal.mkDerivation (self: {
|
||||||
description = "Combinators and extra features for Par monads";
|
description = "Combinators and extra features for Par monads";
|
||||||
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 ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue