haskell-shakespeare-text: updated to version 0.10.1
svn path=/nixpkgs/trunk/; revision=29171
This commit is contained in:
parent
74d68f2be9
commit
8b42338143
pkgs/development/libraries/haskell/shakespeare-text
|
@ -10,5 +10,9 @@ cabal.mkDerivation (self: {
|
||||||
description = "Interpolation with quasi-quotation: put variables strings";
|
description = "Interpolation with quasi-quotation: put variables strings";
|
||||||
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