           SPELL=nhc98
         VERSION=1.18
          SOURCE=${SPELL}src-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=ftp://ftp.cs.york.ac.uk/pub/haskell/nhc98/$SOURCE
     SOURCE_HASH=sha512:1a6c234bfc5ec3b93ad838e53248317367386b2ebede4fdd5768ddec226142ba4d10fc471b6800342830d774acc44ae66bc62da1728384ba8f94a995deafadbe
        WEB_SITE=http://www.cs.york.ac.uk/fp/nhc98/
         ENTERED=20020325
      LICENSE[0]=http://www.cs.york.ac.uk/fp/nhc98/copyright.html
        KEYWORDS="compiler devel"
           SHORT="nhc98 is a fully-fledged compiler for Haskell 98"
cat << EOF
nhc98 is a fully-fledged compiler for Haskell 98, the standard lazy
functional programming language. Written in Haskell, it is small and
very portable, and aims to produce small executables that run in small
amounts of memory. Is a pattern becoming obvious here? :-) It also
comes with extensive tool support for automatic compilation, foreign
language interfacing, heap and time profiling, tracing, and debugging.
EOF
