From 51b5777478772edbc55d573f0a86c7f651d56153 Mon Sep 17 00:00:00 2001 From: nra Date: Wed, 21 Nov 2001 19:04:42 +0000 Subject: Update Hugs Haskell Interpreter to Feb. 2001 release. Pr 13866 by Brian Gregor. New Features Include: - A Foreign Function Interface closely modeled after the one provided by GHC. - Built-in, Hood-like debugging support. - A new syntax for recursive monad bindings. - A new GUI under Windows that doesn't consume all CPU time. --- lang/hugs/Makefile | 8 ++++---- lang/hugs/PLIST | 5 ++++- lang/hugs/distinfo | 6 +++--- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/lang/hugs/Makefile b/lang/hugs/Makefile index 7e94f6a826c..24c878b681a 100644 --- a/lang/hugs/Makefile +++ b/lang/hugs/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2001/06/21 02:42:54 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2001/11/21 19:04:42 nra Exp $ -DISTNAME= hugs98-Feb2000 -PKGNAME= hugs98-200002 -WRKSRC= ${WRKDIR}/hugs98/src/unix +DISTNAME= hugs98-Feb2001 +PKGNAME= hugs98-200102 +WRKSRC= ${WRKDIR}/hugs98-Feb2001/src/unix CATEGORIES= lang MASTER_SITES= ftp://www.cse.ogi.edu/pub/pacsoft/hugs/ diff --git a/lang/hugs/PLIST b/lang/hugs/PLIST index 74e111f5a47..5b5fc57c0df 100644 --- a/lang/hugs/PLIST +++ b/lang/hugs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:23:34 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2001/11/21 19:04:42 nra Exp $ bin/hugs bin/runhugs man/man1/hugs.1 @@ -43,6 +43,7 @@ share/hugs/lib/Maybe.hs share/hugs/lib/Monad.hs share/hugs/lib/Numeric.hs share/hugs/lib/Prelude.hs +share/hugs/lib/Quote.hs share/hugs/lib/Random.hs share/hugs/lib/Ratio.hs share/hugs/lib/System.hs @@ -59,7 +60,9 @@ share/hugs/lib/exts/IOExts.hs share/hugs/lib/exts/Int.hs share/hugs/lib/exts/LazyST.hs share/hugs/lib/exts/Memo.hs +share/hugs/lib/exts/MonadRec.hs share/hugs/lib/exts/NumExts.hs +share/hugs/lib/exts/Observe.lhs share/hugs/lib/exts/Pretty.lhs share/hugs/lib/exts/ST.hs share/hugs/lib/exts/SampleVar.lhs diff --git a/lang/hugs/distinfo b/lang/hugs/distinfo index 133af40ea83..d2e62fdb717 100644 --- a/lang/hugs/distinfo +++ b/lang/hugs/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.5 2001/06/21 02:38:13 jlam Exp $ +$NetBSD: distinfo,v 1.6 2001/11/21 19:04:42 nra Exp $ -SHA1 (hugs98-Feb2000.tar.gz) = acadac22bad6509213a25035180f6373bd0192f5 -Size (hugs98-Feb2000.tar.gz) = 567528 bytes +MD5 (hugs98-Feb2001.tar.gz) = 8e234bea0222e8ab88aa235eca919239 +Size (hugs98-Feb2001.tar.gz) = 654936 bytes SHA1 (patch-aa) = c7e05ca44740a4a39595ab95149e6064b9d99ca9 SHA1 (patch-ab) = 81d75e31db129be9f3e38e330c6c7f3cca375784 SHA1 (patch-ac) = a8c6fbf2ff0c695989e76da37ab68ad5ebbe66c1 -- cgit v1.2.3