Re: Announcing Hugs 98

1999-06-20 Thread Antti-Juhani Kaijanaho

On Wed, Jun 02, 1999 at 10:45:38AM +0200, Sven Panne wrote:
 FYI: I've uploaded a Linux (libc6) RPM for Hugs98

I've uploaded a .deb of Hugs 98 to the Debian unstable distribution.
Those of us who use this "Potato" system, can upgrade (or install)
Hugs with

  apt-get update  apt-get install hugs hugs-doc

assuming that their Apt is correctly configured.  The binary requires
GNU Libc 2.1, so it will not work in "Slink" (Debian 2.1).  My upload
was with an i386 binary; binaries for other architectures will 
be provided as the build daemons catch up.

Bugs in this Debian packaging should be reported through the Debian Bug
Tracking System, for example via the "bug" or "reportbug" programs.  I will
forward the reports to hugs-bugs as needed.

-- 
Antti-Juhani Kaijanaho [EMAIL PROTECTED], a volunteer Debian developer
  Information on Debian: http://www.debian.org/
  Information on the Debian prepackaged version of Hugs:
   http://www.debian.org/Packages/unstable/interpreters/hugs.html





Re: Announcing Hugs 98

1999-06-02 Thread Sven Panne

FYI: I've uploaded a Linux (libc6) RPM for Hugs98, so the lazy   :-)
users can upgrade via:

  rpm -U ftp://ftp.informatik.uni-muenchen.de/pub/local/pms/hugs98-990601-1.i386.rpm

This version still has the bug that a dove tail in the first line
of a literate file is not handled.

Cheers,
   Sven
-- 
Sven PanneTel.: +49/89/2178-2235
LMU, Institut fuer Informatik FAX : +49/89/2178-2211
LFE Programmier- und Modellierungssprachen  Oettingenstr. 67
mailto:[EMAIL PROTECTED]D-80538 Muenchen
http://www.pms.informatik.uni-muenchen.de/mitarbeiter/panne





Announcing Hugs 98

1999-06-01 Thread Mark P Jones

__   __ __  __     ___ _
||   || ||  || ||  || ||__ Hugs 98: Based on the Haskell 98 Standard
||___|| ||__|| ||__||  __||Copyright (c) 1994-1999
||---|| ___||  World Wide Web: http://haskell.org/hugs
||   ||Report bugs to: [EMAIL PROTECTED]
||   || Version: May 1999  _


   We are pleased to announce a new release of Hugs, a Haskell
   interpreter and programming environment for developing cool
   Haskell programs.  Sources and binaries are freely available
   by anonymous FTP and on the World-Wide Web.  The release and
   supporting documents can be downloaded from the Hugs home page
   at: http://haskell.org/hugs

   This release is largely conformant with Haskell 98, including
   monad and record syntax, newtypes, strictness annotations, and
   modules.  In addition, it comes packaged with the libraries defined
   in the most recent version of the Haskell Library Report and with
   extension libraries that are compatible with GHC 3.0 and later.

   Additional features of the system include:

   o "Import chasing": a single module may be loaded, and Hugs will
 chase down all imports as long as module names are the same as
 file names and the files are found in the current path.

   o A simple GUI for Windows to facilitate program development.

   o Library extensions to support concepts such as concurrency,
 mutable variables and arrays, monadic parsing, tracing (for
 debugging), graphics, and lazy state threads.

   o A Win32 library for complete access to windows, graphics, and
 other important OS functionalities and a graphics library for
 easy access to Win32 graphics.

   o A "foreign interface" mechanism to facilitate interoperability
 with C.

   Hugs is best used as a Haskell program development system: it boasts
   extremely fast compilation, supports incremental compilation, and
   has the convenience of an interactive interpreter (within which one
   can move from module to module to test different portions of a
   program).  However, being an interpreter, it does not nearly match
   the run-time performance of, for example, GHC or HBC.

   Send email to [EMAIL PROTECTED] to join the hugs-users
   mailing list.  Bug reports should be sent to [EMAIL PROTECTED]
   Send email to [EMAIL PROTECTED] to subscribe to the
   hugs-bugs list.

   The home page for Hugs is at http://www.haskell.org/hugs.

--
 Hugs 98 is Copyright (c) Mark P Jones, Alastair Reid and the Yale Haskell
 Group 1994-99, and is distributed as Open Source software under the
 Artistic License; see the file "Artistic" that is included in the
 distribution for details.
--