haskell-repr: updated to version 0.4.1.2
svn path=/nixpkgs/trunk/; revision=31073
This commit is contained in:
parent
27fa436674
commit
1b722dcc80
@ -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
|
||||
];
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user