[ Home Page | Latest News / Future Plans | Downloading | Frequently Asked Questions | Hugs Bugs & Features | Reporting Bugs | Hugs Thrill Seekers | Documentation ]

 Downloading Hugs

Last updated: December 6th, 1999: This page provides access to the third official release of Hugs 98, which is an interpreter for the non-strict, purely functional language Haskell.

Major versions of Hugs 98 are identified by the month in which they are released. The version of Hugs provided here is the November 1999 release. If you want to report a bug, or ask a more general question about Hugs, then please be sure to mention this version date, as well as any platform and problem specific details.

 Download the Hugs 98 distribution

The core of the Hugs 98 release, which includes essential source code, libraries, and demos, is available in two formats:

These two files have the same content, so you should just choose whichever one is most convenient for you. (If you want to compile Hugs on a Unix box, then please use the gzipped tar file because that will ensure that executable shell scripts are unpacked with the right permissions.) If you you use one of the prepackaged, platform specific versions of Hugs listed below, then you probably won't need either of these files here because those packages usually contain all the files that you need to get up and running.

Various bits of documentation are provided:

We are currently hosting a port of Paul Hudak's November 1998 release of the Haskore system for music authoring, with updates so that it can be used with Haskell 98. (You will need to download the file Haskore.zip). Please check Paul's home page for later versions.

Other demos and libraries are available from http://haskell.org.

 Platform specific items

Some special items are available for the following platforms:

 Special items for Win 32 platforms

The items described in this section are for users of Win 32 platforms only. We assume that you have already unpacked the main Hugs distribution into an appropriate directory. You can choose whichever directory you like, but in the following description, we will assume c:\Hugs98. Please remember to remove the old version of Hugs before installing the new one.

 Special items for Macintosh platforms

NEW : Hugs 98 can be compiled and used on Apple Macintosh (PPC) computers thanks to the efforts of Hans Aberg and Pablo Azero. Unfortunately, it has not been possible to integrate all of the necessary changes with the main release, but a bundle containing the necessary source files is available here: Hugs98Src-990620-MacPPC.sea.bin. Precompiled binaries are also available here in the self-extracting archive Hugs98Bin-990620-MacPPC.sea.bin.

 Special items for Linux platforms

Source and binary packages for Debian are available in the Debian potato distribution - if you're using Debian potato, "apt-get update && apt-get install hugs hugs-doc" is all you need to do. Additionally, the source package should compile cleanly on Debian slink systems. If you have problems with Hugs on Debian systems, please contact hugs@packages.debian.org.".

 Reporting Bugs

To report a (possible :-) bug in this or any other version of Hugs, please send a message to hugs-bugs@haskell.org. To to ask a question about using Hugs, please send a message to hugs-users@haskell.org. To ask a question about Haskell, please check the Haskell web site at http://haskell.org for further details, or send your message to haskell@haskell.org. Please do not send direct mail to the authors or maintainers of Hugs if one of the above addresses would be more appropriate. We do read these mailing lists --- but so do many others people, who might be able to give you more appropriate or timely advice than us!

The Hugs 98 system is Copyright © Mark P Jones, Alastair Reid, the Yale Haskell Group, and the Oregon Graduate Institute of Science and Technology, 1994-1999, All rights reserved. It is distributed as free software under the license in the file "License", which is included in the distribution.


[ Home Page | Latest News / Future Plans | Downloading | Frequently Asked Questions | Hugs Bugs & Features | Reporting Bugs | Hugs Thrill Seekers | Documentation ]

Last Updated: Dec 2nd, 1999
• Rendered using Haskell HTML Combinators •Copyright ©1999 OGI and Yale