Package: hugs Version: 1998.200102 Revision: 1017 GCC: 4.0 Maintainer: Ashley Yakeley BuildDepends: libncurses5 (>= 5.4-20041023-1006), readline (>= 4.3-1028), fink (>= 0.24.12-1) Depends: readline-shlibs (>= 4.3-1028), ncurses (>= 5.4-20041023-1006), libncurses5-shlibs (>= 5.4-20041023-1006) Source: http://www.cse.ogi.edu/PacSoft/projects/Hugs/downloads/hugs98-Feb2001.tar.gz Source-MD5: 8e234bea0222e8ab88aa235eca919239 PatchFile: %n.patch PatchFile-MD5: 37f2d578e854f58b0c5377d8e257e628 ConfigureParams: --mandir=%p/share/man --with-readline CompileScript: << cd src/unix/; ./configure %c cd src/; make CFLAGS="-I%p/include" << InstallScript: cd src/; make install prefix=%i mandir=%i/share/man DocFiles: Credits License Readme Description: Haskell interpreter DescPort: << The configure script is badly written and doesn't pass CPPFLAGS or CFLAGS to the Makefile, so we set it again on the make command line. The configure script needed a small patch to find readline without ncurses installed. << License: BSD Homepage: http://haskell.org/hugs/