Language

Package: ghc-unsafe @ 0.0

Synopsis

Unified interface to unsafe functions

Description

Safe Haskell introduced the notion of safe and unsafe modules. In order to make as many as possible modules ``safe'', the well-known unsafe functions were moved to distinguished modules. This makes it hard to write packages that work with both old and new versions of GHC. This package provides a single module System.Unsafe that exports the unsafe functions from the base package. It provides them in a style ready for qualification, that is, you should import them by import qualified System.Unsafe as Unsafe.

Home page
https://hackage.haskell.org/package/unsafe
Location
gnu/packages/haskell-xyz.scm (line: 12314, column: 2)
License

Lint warnings

LinterMessageLocation
description

Validate package descriptions

use @code or similar ornament instead of quotes