@hackage integer-gmp1.1
Integer library based on GMP
Categories
License
BSD-3-Clause
Maintainer
hvr@gnu.org
Links
Versions
Installation
Dependencies (3)
- base >=4.11 && <5
- ghc-bignum
- ghc-prim Show all…
Dependents (123)
@hackage/couch-simple, @cardano/plutus-tx-plugin, @cardano/cardano-prelude, @hackage/fb-util, @hackage/haste-lib, @hackage/blaze-textual, Show all…
This package used to provide an implementation of the standard Integer
type based on the
GNU Multiple Precision Arithmetic Library (GMP).
It is now deprecated in favor of the 'ghc-bignum' package.
Its purpose is to provide backward compatibility for codes directly depending on the `integer-gmp` package.