The latest version of base is 4.20.0.1-0.

base

Version 4.19.2.0 revision 0 uploaded by BenGamari.

Package meta

Synopsis
Core data structures and operations
Description

Haskell's base library provides, among other things, core types (e.g. Bool and Int), data structures (e.g. List, Tuple and Maybe), the Exception mechanism, and the IO & Concurrency operations. The Prelude module, which is imported by default, exposes a curated set of types and functions from other modules.

Other data structures like Map, Set are available in the containers library. To work with textual data, use the text library.

Author
n/a
Bug reports
https://github.com/haskell/core-libraries-committee/issues
Category
Prelude
Copyright
n/a
Homepage
n/a
Maintainer
Core Libraries Committee <core-libraries-committee@haskell.org>
Package URL
n/a
Stability
n/a

Components