2011-08-07 21:34:24 +02:00
|
|
|
{cabal, colorizeHaskell, pcreLight} :
|
2009-07-08 14:34:14 +02:00
|
|
|
|
|
|
|
cabal.mkDerivation (self : {
|
|
|
|
pname = "ghc-core";
|
2011-08-07 21:34:24 +02:00
|
|
|
version = "0.5.4";
|
|
|
|
sha256 = "1s68m2zkpz0n927rgzg0l0r5v8pk3z03rlkd82h83agw0hzb9ng7";
|
|
|
|
propagatedBuildInputs = [ colorizeHaskell pcreLight ];
|
2009-07-08 14:34:14 +02:00
|
|
|
meta = {
|
2011-08-07 21:34:24 +02:00
|
|
|
homepage = "http://code.haskell.org/~dons/code/ghc-core";
|
2009-07-08 14:34:14 +02:00
|
|
|
description = "Display GHC's core and assembly output in a pager";
|
2011-08-07 21:34:24 +02:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 11:54:50 +02:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2011-08-07 21:34:24 +02:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.simons ];
|
2009-07-08 14:34:14 +02:00
|
|
|
};
|
2011-03-28 17:04:00 +02:00
|
|
|
})
|