Updated Haskell packages.

- cabal2nix: updated to version 1.30
 - cmdargs: updated to version 0.9.5
 - derive: updated to version 2.5.6
 - hlint: updated to version 1.8.25
 - io-choice: added version 0.0.1

svn path=/nixpkgs/trunk/; revision=33411
This commit is contained in:
Peter Simons
2012-03-25 19:33:53 +00:00
parent a058381657
commit d44e55866a
7 changed files with 28 additions and 8 deletions

View File

@@ -19,5 +19,6 @@ cabal.mkDerivation (self: {
description = "Haskell API Search";
license = "GPL";
platforms = self.ghc.meta.platforms;
maintainers = [ self.stdenv.lib.maintainers.andres ];
};
})