nixpkgs/pkgs/development/libraries/haskell/ghc-core/default.nix
Andres Löh a52909b36a Added ghc-core, updated hscolour.
svn path=/nixpkgs/trunk/; revision=16245
2009-07-08 12:34:14 +00:00

14 lines
367 B
Nix

{cabal, pcreLight, hscolour}:
cabal.mkDerivation (self : {
pname = "ghc-core";
version = "0.4.3";
sha256 = "cdd6082ebc692087db781cb10194bbbf34a768b31eea0dcb78c73921c7047444";
propagatedBuildInputs = [pcreLight hscolour];
configureFlags = ''--constraint=base<4'';
meta = {
description = "Display GHC's core and assembly output in a pager";
};
})