File: Readme

package info (click to toggle)
hugs98 98.200609.21-5.2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 41,868 kB
  • ctags: 8,927
  • sloc: haskell: 118,978; xml: 61,802; ansic: 46,695; sh: 8,750; cpp: 6,033; makefile: 2,661; yacc: 1,111; cs: 883; sed: 10
file content (44 lines) | stat: -rw-r--r-- 2,305 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
------------------------------------------------------------------------------
__   __ __  __  ____   ___      _________________________________________
||   || ||  || ||  || ||__      Hugs 98: Based on the Haskell 98 standard
||___|| ||__|| ||__||  __||     Copyright (c) 1994-2006
||---||         ___||           World Wide Web: http://haskell.org/hugs
||   ||                         Report bugs to: hugs-bugs@haskell.org
||   || Version:    May 2006    _________________________________________

------------------------------------------------------------------------------

   We are pleased to announce a new release of Hugs98, an interpreter
   and programming environment for developing Haskell programs.

   In addition to numerous bug fixes, changes since the interim release
   in March 2005 include:

   - The default current module is now the empty module Hugs.
   - Compatibility libraries are present, but no longer included on the
     default search path.  They will be removed in the next release.
   - Rewritten graphical Windows interface (contributed by Neil Mitchell).

   Further changes since the last major release in November 2003 include:

   - The Char type and the Char module now support Unicode as specified
     in the Haskell 98 Report (contributed by Dmitry Golubovsky).
   - The new -X option groups several options into one argument.
   - The syntax of the ffihugs command has changed: the +G and +L options
     are gone, and a new +i option can be used to specify include files.
   - Hugs now has basic support for Cabal.

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

   Send email to hugs-users-request@haskell.org to join the hugs-users
   mailing list.  Bug reports should be sent to hugs-bugs@haskell.org.
   
   Send email to hugs-bugs-request@haskell.org to subscribe to the
   hugs-bugs list.

------------------------------------------------------------------------------
 The Hugs 98 system is Copyright (c) Mark P Jones, Alastair Reid, the
 Yale Haskell Group, and the OGI School of Science & Engineering at OHSU,
 1994-2005, All rights reserved.  It is distributed as free software under
 the license in the file "License", which is included in the distribution.
------------------------------------------------------------------------------