2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 14:05:41 +00:00
|
|
|
{ cabal, colorizeHaskell, filepath, pcreLight }:
|
2009-07-08 13:34:14 +01:00
|
|
|
|
2011-08-10 00:00:20 +01:00
|
|
|
cabal.mkDerivation (self: {
|
2009-07-08 13:34:14 +01:00
|
|
|
pname = "ghc-core";
|
2012-11-11 21:50:40 +00:00
|
|
|
version = "0.5.6";
|
|
|
|
sha256 = "11byidxq2mcqams9a7df0hwwlzir639mr1s556sw5rrbi7jz6d7c";
|
2011-08-10 00:00:20 +01:00
|
|
|
isLibrary = false;
|
|
|
|
isExecutable = true;
|
2012-02-16 14:05:41 +00:00
|
|
|
buildDepends = [ colorizeHaskell filepath pcreLight ];
|
2009-07-08 13:34:14 +01:00
|
|
|
meta = {
|
2012-11-11 21:50:40 +00:00
|
|
|
homepage = "https://github.com/shachaf/ghc-core";
|
2009-07-08 13:34:14 +01:00
|
|
|
description = "Display GHC's core and assembly output in a pager";
|
2011-08-07 20:34:24 +01:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 10:54:50 +01:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2009-07-08 13:34:14 +01:00
|
|
|
};
|
2011-03-28 16:04:00 +01:00
|
|
|
})
|