haskell-ghc-core: update to version 0.5.6
This commit is contained in:
parent
1ca586f3d0
commit
36a9257717
1 changed files with 3 additions and 3 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "ghc-core";
|
pname = "ghc-core";
|
||||||
version = "0.5.4";
|
version = "0.5.6";
|
||||||
sha256 = "1s68m2zkpz0n927rgzg0l0r5v8pk3z03rlkd82h83agw0hzb9ng7";
|
sha256 = "11byidxq2mcqams9a7df0hwwlzir639mr1s556sw5rrbi7jz6d7c";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ colorizeHaskell filepath pcreLight ];
|
buildDepends = [ colorizeHaskell filepath pcreLight ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://code.haskell.org/~dons/code/ghc-core";
|
homepage = "https://github.com/shachaf/ghc-core";
|
||||||
description = "Display GHC's core and assembly output in a pager";
|
description = "Display GHC's core and assembly output in a pager";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
|
Loading…
Reference in a new issue