Last batch of Haskell expression updates.

* haskell-mkcabal: updated to version 1.0.0
 * haskell-ghc-syb-utils: updated to version 0.2.1.0
 * haskell-darcs: updated to version 2.5.2

svn path=/nixpkgs/trunk/; revision=28449
This commit is contained in:
Peter Simons
2011-08-10 00:35:08 +00:00
parent a34580133a
commit b1ef3e6e36
34 changed files with 358 additions and 175 deletions

View File

@@ -8,5 +8,10 @@ cabal.mkDerivation (self: {
meta = {
description = "Readline backend module for Shellac";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [
self.stdenv.lib.maintainers.andres
self.stdenv.lib.maintainers.simons
];
};
})