GitXplorerGitXplorer
o

hugs98

public
5 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
03169769c2f8108ab6155f5e1f2b860c1e0f6889

Add type signatures to numeric constants printed in corehugs mode.

ddmgolubovsky committed 16 years ago
Unverified
75f02d2f73f32861770ba551dbd9316f6a0192db

Fix regexp in make_bootlib, so case of "cpp-options" in Cabal.cabal no longer matters (was CPP-options, became cpp-options).

ddmgolubovsky committed 16 years ago
Unverified
b91a11433c498c7a204276a03f446cd32fbc6d8c

Add command line arguments to Setup configure to use the in-place hugs.

ddmgolubovsky committed 16 years ago
Unverified
92fffea3ef0de04113831fbfecefe42c9bdaa716

Reset evalDepth on catching an exception (Matthew Naylor: fixes #84)

RRossPaterson committed 16 years ago
Unverified
539502c160ac147dd3324c7feb0dea8a8ebc2dad

adapt tests to the new Control.Exception (which is not Haskell 98)

RRossPaterson committed 16 years ago
Unverified
6cdcfffd0210f3ac8d61100074d6c12f3b48bea1

adapt to new Control.Exception

RRossPaterson committed 16 years ago

README

The README file for this repository.


|| || || || || || ||__ 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.