diff options
Diffstat (limited to 'devel/hat/pkg-descr')
-rw-r--r-- | devel/hat/pkg-descr | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/hat/pkg-descr b/devel/hat/pkg-descr index 0240db7f1c2..fe4ebb49e0a 100644 --- a/devel/hat/pkg-descr +++ b/devel/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 |