Language

Package: ghc-rio @ 0.1.12.0

Synopsis

A standard library for Haskell

Description

This package works as a prelude replacement for Haskell, providing more functionality and types out of the box than the standard prelude (such as common data types like ByteString and Text), as well as removing common ``gotchas'', like partial functions and lazy I/O. The guiding principle here is:

  • If something is safe to use in general and has no expected naming conflicts, expose it.

  • If something should not always be used, or has naming conflicts, expose it from another module in the hierarchy.

Home page
https://github.com/commercialhaskell/rio#readme
Location
gnu/packages/haskell-xyz.scm (line: 9952, column: 2)
License

Lint warnings

LinterMessageLocation
description

Validate package descriptions

use @code or similar ornament instead of quotes