summaryrefslogtreecommitdiff
path: root/devel/hs-hat/pkg-descr
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-12-21 20:23:40 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-12-21 20:23:40 +0000
commit27a6fbeab4d6d900435e506cccd2db3bbaa4af5e (patch)
tree912207efac5596b5167610a839d3beece556c1fa /devel/hs-hat/pkg-descr
parentUpdate module "man" (important: security fix!). (diff)
add nhc98 1.08
A fully-fledged compiler for Haskell 98 PR: 31039 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Notes
Notes: svn path=/head/; revision=51940
Diffstat (limited to 'devel/hs-hat/pkg-descr')
-rw-r--r--devel/hs-hat/pkg-descr10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/hs-hat/pkg-descr b/devel/hs-hat/pkg-descr
new file mode 100644
index 000000000000..0240db7f1c26
--- /dev/null
+++ b/devel/hs-hat/pkg-descr
@@ -0,0 +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.
+
+WWW: http://www.cs.york.ac.uk/fp/nhc98/
+
+-- Oliver Braun
+obraun@informatik.unibw-muenchen.de