hugs Sep2006
Functional programming system based on Haskell 98
Hugs 98 is an interpreter and programming environment for developing Haskell programs. It provides an almost complete implementation of Haskell 98, which includes expression and pattern syntax, primitives for monadic I/O, with support for simple interactive programs, handle-based I/O, and exception handling. Hugs has a nearly complete implementation of the Haskell module system and supports a number of advanced extensions.
- Website: https://www.haskell.org/hugs/
- Licenses: non-copyleft
- Package source: gnu/packages/hugs.scm
- Builds: See build status
- Issues: See known issues
Installation
Install hugs Sep2006
as follows:
guix install hugs@Sep2006
Or install the latest version:
guix install hugs
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.