haskell-cabal-file-th: updated to version 0.2.1
svn path=/nixpkgs/trunk/; revision=30040
This commit is contained in:
parent
4e9e385fec
commit
fe5f8db5aa
@ -9,5 +9,9 @@ cabal.mkDerivation (self: {
|
|||||||
description = "Template Haskell expressions for reading fields from a project's cabal file";
|
description = "Template Haskell expressions for reading fields from a project's cabal file";
|
||||||
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…
x
Reference in New Issue
Block a user