haskell-repr: updated to version 0.4.1.2

svn path=/nixpkgs/trunk/; revision=31073
This commit is contained in:
Peter Simons 2011-12-25 16:06:28 +00:00
parent 27fa436674
commit 1b722dcc80

View File

@ -12,5 +12,9 @@ cabal.mkDerivation (self: {
description = "Render overloaded expressions to their textual representation";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [
self.stdenv.lib.maintainers.andres
self.stdenv.lib.maintainers.simons
];
};
})