Add meta.maintainer to Haskell packages.
This commit is contained in:
@@ -9,5 +9,6 @@ cabal.mkDerivation (self: {
|
|||||||
description = "A pure specification of the IO monad";
|
description = "A pure specification of the IO monad";
|
||||||
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 ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -11,6 +11,6 @@ cabal.mkDerivation (self: {
|
|||||||
description = "Brainfuck interpreter";
|
description = "Brainfuck interpreter";
|
||||||
license = "GPL";
|
license = "GPL";
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
@@ -9,5 +9,6 @@ cabal.mkDerivation (self: {
|
|||||||
description = "A lazy, infinite trie of integers";
|
description = "A lazy, infinite trie of integers";
|
||||||
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,6 +10,6 @@ cabal.mkDerivation (self: {
|
|||||||
description = "Combinators for building memo tables";
|
description = "Combinators for building memo tables";
|
||||||
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 ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
@@ -15,5 +15,6 @@ cabal.mkDerivation (self: {
|
|||||||
description = "Utility libraries for the advanced IRC bot, Lambdabot";
|
description = "Utility libraries for the advanced IRC bot, Lambdabot";
|
||||||
license = "GPL";
|
license = "GPL";
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -22,5 +22,6 @@ cabal.mkDerivation (self: {
|
|||||||
description = "Lambdabot is a development tool and advanced IRC bot";
|
description = "Lambdabot is a development tool and advanced IRC bot";
|
||||||
license = "GPL";
|
license = "GPL";
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -10,5 +10,6 @@ cabal.mkDerivation (self: {
|
|||||||
description = "A backtracking logic-programming monad";
|
description = "A backtracking logic-programming monad";
|
||||||
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 ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -9,5 +9,6 @@ cabal.mkDerivation (self: {
|
|||||||
description = "Various number types";
|
description = "Various number types";
|
||||||
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 ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -9,5 +9,6 @@ cabal.mkDerivation (self: {
|
|||||||
description = "Interface to the Online Encyclopedia of Integer Sequences";
|
description = "Interface to the Online Encyclopedia of Integer Sequences";
|
||||||
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 ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -9,5 +9,6 @@ cabal.mkDerivation (self: {
|
|||||||
description = "'Show' instances for Lambdabot";
|
description = "'Show' instances for Lambdabot";
|
||||||
license = "GPL";
|
license = "GPL";
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -11,5 +11,6 @@ cabal.mkDerivation (self: {
|
|||||||
description = "Unlambda interpreter";
|
description = "Unlambda interpreter";
|
||||||
license = "GPL";
|
license = "GPL";
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user