diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-07-08 19:35:22 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-07-08 19:35:22 +0000 |
commit | 192e124d2705a6aec8e276a2de38cb04abb7ab0d (patch) | |
tree | 252aac19130fcdddc472dbfa9a0a4ea37bbb9915 /devel/hs-hat/pkg-descr | |
parent | 2bf5f86ca2f657b56c6f23152e9c870b36ddef4b (diff) | |
download | ports-192e124d2705a6aec8e276a2de38cb04abb7ab0d.tar.gz ports-192e124d2705a6aec8e276a2de38cb04abb7ab0d.zip |
Notes
Diffstat (limited to 'devel/hs-hat/pkg-descr')
-rw-r--r-- | devel/hs-hat/pkg-descr | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/hs-hat/pkg-descr b/devel/hs-hat/pkg-descr index 0240db7f1c26..fe4ebb49e0aa 100644 --- a/devel/hs-hat/pkg-descr +++ b/devel/hs-hat/pkg-descr @@ -1,10 +1,10 @@ -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. It comes -with extensive tool support for automatic compilation, foreign language -interfacing, heap and time profiling, tracing, and debugging. +Hat is a source-level tracer for Haskell 98, the standard lazy functional +programming language. Hat is a tool that gives the user access to otherwise +invisible information about a computation. -WWW: http://www.cs.york.ac.uk/fp/nhc98/ +Hat works with both ghc and nhc98. + +WWW: http://www.cs.york.ac.uk/fp/hat/ -- Oliver Braun obraun@informatik.unibw-muenchen.de |