# $Id: Portfile,v 1.1 2003/07/15 08:26:04 gwright Exp $ PortSystem 1.0 name nhc98 version 1.16 categories lang maintainers gwright@comcast.com platforms darwin description The nhc98 Haskell Compiler long_description \ nhc98 is a small, easy to install, standards-compliant \ compiler for Haskell 98, the lazy functional \ programming language. It is very portable, and aims to \ produce small executables that run in small amounts of \ memory. It produces medium-fast code, and compilation \ is itself quite fast. It also comes with extensive tool \ support for automatic compilation, foreign language \ interfacing, heap and time profiling, tracing, and \ debugging. (Some of its advanced kinds of heap \ profiles are not found in any other Haskell compiler.) homepage http://www.haskell.org/nhc98/ master_sites ftp://ftp.cs.york.ac.uk/pub/haskell/nhc98/ distfiles ${name}src-${version}${extract.sufx} checksums md5 a62866b8d966108cba325d0322a3010d configure.env CC=gcc LDFLAGS="-L${prefix}/lib"