About

Metadata

  • Last updated , by wz1000
  • License BSD-3-Clause
  • Categories Prelude
  • Maintained by: The GHC Developers <ghc-devs@haskell.org>

  • Lottery factor: 3

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    bignum-native (off by default)

    Enable native Haskell bignum backend

    bignum-ffi (off by default)

    Enable FFI bignum backend

    bignum-gmp (off by default)

    Enable GMP bignum backend

    bignum-check (off by default)

    Validate results of the enabled backend against native backend.

    need-atomic (off by default)

    Enable linking with "atomic" library (for 64-bit atomic ops on armel, #20549)

Readme

This package contains the implementation of GHC's standard libraries and is not intended for use by end-users. . Users should instead use either the base or ghc-experimental packages