haskell-string-combinators: updated to version 0.6.0.2
svn path=/nixpkgs/trunk/; revision=31074
This commit is contained in:
parent
1b722dcc80
commit
8d7110cb66
@ -10,5 +10,9 @@ cabal.mkDerivation (self: {
|
|||||||
description = "Polymorphic functions to build and combine stringlike values";
|
description = "Polymorphic functions to build and combine stringlike values";
|
||||||
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