Import hs-ghc-core-0.5.4 as wip/ghc-core.
A convenient command line wrapper for GHC that displays GHC's optimised core and assembly output in a human readable, colourised manner, in a pager. Unix systems only, currently.
This commit is contained in:
parent
a3dc3bd6ae
commit
c61d0c5852
4 changed files with 25 additions and 0 deletions
3
ghc-core/DESCR
Normal file
3
ghc-core/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
A convenient command line wrapper for GHC that displays GHC's
|
||||
optimised core and assembly output in a human readable, colourised
|
||||
manner, in a pager. Unix systems only, currently.
|
14
ghc-core/Makefile
Normal file
14
ghc-core/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2011/01/06 15:53:07 phonohawk Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ghc-core-0.5.4
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= pho@cielonegro.org
|
||||
COMMENT= Display GHC's optimised core and assembly output
|
||||
LICENSE= modified-bsd
|
||||
|
||||
.include "../../wip/mk/haskell.mk"
|
||||
.include "../../wip/hs-colorize-haskell/buildlink3.mk"
|
||||
.include "../../wip/hs-pcre-light/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
ghc-core/PLIST
Normal file
3
ghc-core/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2011/01/06 15:53:07 phonohawk Exp $
|
||||
bin/ghc-core
|
||||
share/doc/ghc-core-${PKGVERSION}/LICENSE
|
5
ghc-core/distinfo
Normal file
5
ghc-core/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2011/01/06 15:53:07 phonohawk Exp $
|
||||
|
||||
SHA1 (ghc-core-0.5.4.tar.gz) = ecb165612f72543b419ed39af8dec8a194cfaee7
|
||||
RMD160 (ghc-core-0.5.4.tar.gz) = d83bbf60dfc1b4e65936f54a1a7d08a5861396f4
|
||||
Size (ghc-core-0.5.4.tar.gz) = 5021 bytes
|
Loading…
Reference in a new issue