haskell-fp-ieee 0.1.0.6-1
Package Information
| Description | IEEE 754-2019 compliant operations This library provides IEEE 754-compliant operations, including * fusedMultiplyAdd * correctly-rounding versions of fromInteger * realFloatToFrac, which correctly handles signed zeros, infinities, and NaNs (unlike realToFrac). Some operations (e.g. fusedMultiplyAdd) can make use of the native instruction in the architecture via C FFI, or GHC 9.8's FMA primitives. For non-native targets, "Pure Haskell" mode is supported via a package flag. Most operations require only RealFloat constraint, but RealFloatNaN is needed by some operations that access the sign and payload of NaNs. |
|---|---|
| Maintainer | Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> |
| Changed By | Scott Talbert <swt@techie.net> |
| Sponsor | swt@techie.net |
| Distribution | unstable |
| Architecture | any all |
| VCS | git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-fp-ieee] (browse) |
| Tracker | https://tracker.debian.org/pkg/haskell-fp-ieee |
| Uploaded | 6 hours ago |
New Package Report
.changes
| Architecture | source amd64 all |
|---|---|
| Distribution | unstable |
| Date | Fri, 19 Jun 2026 10:57:15 -0400 |
| Source | haskell-fp-ieee |
| Version | 0.1.0.6-1 |
| Changed-By | Scott Talbert |
Changelog
haskell-fp-ieee (0.1.0.6-1) unstable; urgency=low . * Initial release
.dsc
| Component | main |
|---|---|
| Package-List | libghc-fp-ieee-dev deb haskell optional arch=any libghc-fp-ieee-doc deb doc optional arch=all libghc-fp-ieee-prof deb haskell optional arch=any |
| Section | haskell |
| Priority | optional |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: fp-ieee
Upstream-Contact: minorinoki@gmail.com
Source: https://hackage.haskell.org/package/fp-ieee
Files: *
Copyright: 2020-2025 ARATA Mizuki
License: BSD-3-Clause
Files: debian/*
Copyright: held by the contributors mentioned in debian/changelog
License: BSD-3-Clause
License: BSD-3-Clause
Copyright ARATA Mizuki (c) 2020-2024
.
All rights reserved.
.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
.
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.
.
* Neither the name of ARATA Mizuki nor the names of other
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.