Haskell Platform 2010.1.0.0

svn path=/nixpkgs/trunk/; revision=20904
This commit is contained in:
Andres Löh
2010-04-01 10:56:48 +00:00
parent 50b5ca25d3
commit 9370225663
24 changed files with 325 additions and 9 deletions
@@ -0,0 +1,13 @@
{cabal, ghcPaths, alex, happy}:
cabal.mkDerivation (self : {
pname = "haddock";
version = "2.7.2"; # Haskell Platform 2010.1.0.0
name = self.fname;
sha256 = "4eaaaf62785f0ba3d37ba356cfac4679faef91c0902d8cdbf42837cbe5daab82";
extraBuildInputs = [alex happy];
propagatedBuildInputs = [ghcPaths];
meta = {
description = "a tool for automatically generating documentation from annotated Haskell source code";
};
})