hugs98 98.200609.21-6build1 source package in Ubuntu

Changelog

hugs98 (98.200609.21-6build1) lunar; urgency=medium

  * No-change rebuild against freeglut3.12

 -- Steve Langasek <email address hidden>  Mon, 28 Nov 2022 23:28:37 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Lunar
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
interpreters
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe interpreters
Lunar release universe interpreters

Downloads

File Size SHA-256 Checksum
hugs98_98.200609.21.orig.tar.gz 5.1 MiB aafaca9ca544572ebef70bbe86b5eb0abaa5d7c11c0b766d7db72a46b022bed5
hugs98_98.200609.21-6build1.debian.tar.xz 54.1 KiB 935450e66d8e24a71eaa0d368fdc460ebf4dccf96c797a324bb583abafde56f2
hugs98_98.200609.21-6build1.dsc 3.6 KiB 0c8cc2466ddffd2d0dea91b8929ffbb3f8f4eb4cad3883585e740ccbb9c13b17

View changes file

Binary packages built by this source

hugs: Haskell 98 interpreter

 Hugs is an interpreter for the non-strict, purely functional programming
 language Haskell. This version of Hugs, Hugs 98, supports nearly all of
 the Haskell 98 specification, as well as a number of extensions.
 .
 The Haskell language is described by documents in the haskell-doc
 package. Other libraries are documented in the ghc6-doc package.

hugs-dbgsym: debug symbols for hugs
libhugs-alut-bundled: Binding for the OpenAL Utility Toolkit

 A Haskell binding for the OpenAL Utility Toolkit, which makes
 managing of OpenAL contexts, loading sounds in various formats
 and creating waveforms very easy. For more information about the
 C library on which this binding is based, please see:
 <http://www.openal.org/openal_webstf/specs/alut.html>.
 .
 This is the version bundled with the interpreter.

libhugs-alut-bundled-dbgsym: debug symbols for libhugs-alut-bundled
libhugs-base-bundled: Basic libraries

 This package contains the Prelude and its support libraries,
 and a large collection of useful libraries ranging from data
 structures to parsing combinators and debugging utilities.
 .
 This is the version bundled with the interpreter.

libhugs-base-bundled-dbgsym: debug symbols for libhugs-base-bundled
libhugs-cabal-bundled: Framework for packaging Haskell software

 The Haskell Common Architecture for Building Applications and
 Libraries: a framework defining a common interface for authors to more
 easily build their Haskell applications in a portable way.
 .
 The Haskell Cabal is meant to be a part of a larger infrastructure
 for distributing, organizing, and cataloging Haskell libraries
 and tools.
 .
 This is the version bundled with the interpreter.

libhugs-fgl-bundled: Martin Erwig's Functional Graph Library

 This is the libhugs-fgl-bundled version that bundled with
 the interpreter.

libhugs-glut-bundled: Binding for the OpenGL Utility Toolkit

 A Haskell binding for the OpenGL Utility Toolkit, a window
 system independent toolkit for writing OpenGL programs. For more
 information about the C library on which this binding is based,
 please see: <http://www.opengl.org/resources/libraries/glut/>.
 .
 This is the version bundled with the interpreter.

libhugs-glut-bundled-dbgsym: debug symbols for libhugs-glut-bundled
libhugs-haskell-src-bundled: Manipulating Haskell source code

 Facilities for manipulating Haskell source code:
 an abstract syntax, lexer, parser and pretty-printer.
 .
 This is the version bundled with the interpreter.

libhugs-haskell98-bundled: Compatibility with Haskell 98

 This package provides compatibility with the modules of Haskell
 98 and the FFI addendum, by means of wrappers around modules from
 the base package (which in many cases have additional features).
 However Prelude, Numeric and Foreign are provided directly by
 the base package.
 .
 This is the version bundled with the interpreter.

libhugs-haxml-bundled: Utilities for manipulating XML documents

 Haskell utilities for parsing, filtering, transforming and
 generating XML documents.
 .
 This is the version bundled with the interpreter.

libhugs-hgl-bundled: Simple graphics library based on X11 or Win32

 A simple graphics library, designed to give the programmer access
 to most interesting parts of the Win32 Graphics Device Interface
 and X11 library without exposing the programmer to the pain and
 anguish usually associated with using these interfaces.
 .
 The library also includes a module Graphics.SOE providing the
 interface used in "The Haskell School of Expression", by Paul
 Hudak, cf <http://www.haskell.org/soe/>.
 .
 This is the version bundled with the interpreter.

libhugs-hunit-bundled: Unit testing framework for Haskell

 HUnit is a unit testing framework for Haskell, inspired by the
 JUnit tool for Java, see: <http://www.junit.org>.
 .
 This is the version bundled with the interpreter.

libhugs-mtl-bundled: Monad transformer library

 A monad transformer library, inspired by the paper "Functional
 Programming with Overloading and Higher-Order Polymorphism",
 by Mark P Jones (<http://www.cse.ogi.edu/~mpj/>), Advanced School
 of Functional Programming, 1995.
 .
 This is the version bundled with the interpreter.

libhugs-network-bundled: Networking-related facilities

 This is the libhugs-network-bundled version that bundled with the
 interpreter.

libhugs-network-bundled-dbgsym: debug symbols for libhugs-network-bundled
libhugs-openal-bundled: Binding to the OpenAL cross-platform 3D audio API

 A Haskell binding for the OpenAL cross-platform 3D audio API,
 appropriate for use with gaming applications and many other
 types of audio applications. For more information about OpenAL,
 please see: <http://www.openal.org/>.
 .
 This is the version bundled with the interpreter.

libhugs-openal-bundled-dbgsym: debug symbols for libhugs-openal-bundled
libhugs-opengl-bundled: Binding for the OpenGL graphics system

 A Haskell binding for the OpenGL graphics system (GL, version
 1.5) and its accompanying utility library (GLU, version 1.3).
 OpenGL is the industry's most widely used and supported 2D and 3D
 graphics application programming interface (API), incorporating
 a broad set of rendering, texture mapping, special effects, and
 other powerful visualization functions. For more information
 about OpenGL, please see: <http://www.opengl.org/>.
 .
 This is the version bundled with the interpreter.

libhugs-opengl-bundled-dbgsym: debug symbols for libhugs-opengl-bundled
libhugs-parsec-bundled: Monadic parser combinators

 Parsec is designed from scratch as an industrial-strength parser
 library. It is simple, safe, well documented (on the package
 homepage), has extensive libraries and good error messages,
 and is also fast.
 .
 This is the version bundled with the interpreter.

libhugs-quickcheck-bundled: Automatic testing of Haskell programs

 A library for testing Haskell programs automatically.
 The programmer provides a specification of the program, in
 the form of properties which functions should satisfy, and
 QuickCheck then tests that the properties hold in a large number
 of randomly generated cases. Specifications are expressed in
 Haskell, using combinators defined in the QuickCheck library.
 QuickCheck provides combinators to define properties, observe
 the distribution of test data, and define test
 data generators.
 .
 This is the version bundled with the interpreter.

libhugs-stm-bundled: Software Transactional Memory

 A modular composable concurrency abstraction.
 .
 This is the version bundled with the interpreter.

libhugs-time-bundled: time library

 This is the libhugs-time-bundled version that bundled with the
 interpreter.

libhugs-time-bundled-dbgsym: debug symbols for libhugs-time-bundled
libhugs-unix-bundled: POSIX functionality

 This package gives you access to the set of operating system
 services standardised by POSIX 1003.1b (or the IEEE Portable
 Operating System Interface for Computing Environments -
 IEEE Std. 1003.1).
 .
 The package is not supported under Windows (except under Cygwin).
 .
 This is the version bundled with the interpreter.

libhugs-unix-bundled-dbgsym: debug symbols for libhugs-unix-bundled
libhugs-x11-bundled: Binding to the X11 graphics library

 A Haskell binding to the X11 graphics library.
 .
 The binding is a direct translation of the C binding; for
 documentation of these calls, refer to "The Xlib Programming
 Manual", available online at <http://tronche.com/gui/x/xlib/>.
 .
 This is the version bundled with the interpreter.

libhugs-x11-bundled-dbgsym: debug symbols for libhugs-x11-bundled
libhugs-xhtml-bundled: Haskell XHTML combinator library

 This is a version of the standard Text.Html
 modified to produce XHTML 1.0.
 .
 This is the version bundled with the interpreter.