ghc-bignum: GHC BigNum library
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
This package provides the low-level implementation of the standard
BigNat
, Natural
and Integer
types.
Properties
Versions | 1.0, 1.1, 1.2, 1.2, 1.3 |
---|---|
Change log | changelog.md |
Dependencies | ghc-prim (>=0.5.1.0 && <0.9) [details] |
License | BSD-3-Clause |
Author | Sylvain Henry |
Maintainer | libraries@haskell.org |
Category | Numeric, Algebra, GHC |
Bug tracker | https://gitlab.haskell.org/ghc/ghc/issues/new |
Source repo | head: git clone https://gitlab.haskell.org/ghc/ghc.git(libraries/ghc-bignum) |
Uploaded | by BenGamari at 2022-03-23T20:55:27Z |
Modules
- GHC
- Num
- GHC.Num.Backend
- GHC.Num.Backend.Native
- GHC.Num.Backend.Selected
- GHC.Num.BigNat
- GHC.Num.Integer
- GHC.Num.Natural
- GHC.Num.Primitives
- GHC.Num.WordArray
- GHC.Num.Backend
- Num
Flags
Manual Flags
Name | Description | Default |
---|---|---|
native | Enable native backend | Disabled |
ffi | Enable FFI backend | Disabled |
gmp | Enable GMP backend | Disabled |
check | Validate results of the enabled backend against native backend. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- ghc-bignum-1.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees