[Git][haskell-team/DHG_packages][master] Initial packaging of fp-ieee-0.1.0.6
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Fri Jun 19 16:35:27 BST 2026
Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
324f637c by Scott Talbert at 2026-06-19T11:32:05-04:00
Initial packaging of fp-ieee-0.1.0.6
- - - - -
6 changed files:
- + p/haskell-fp-ieee/debian/changelog
- + p/haskell-fp-ieee/debian/control
- + p/haskell-fp-ieee/debian/copyright
- + p/haskell-fp-ieee/debian/rules
- + p/haskell-fp-ieee/debian/source/format
- + p/haskell-fp-ieee/debian/watch
Changes:
=====================================
p/haskell-fp-ieee/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-fp-ieee (0.1.0.6-1) unstable; urgency=low
+
+ * Initial release
+
+ -- Scott Talbert <swt at techie.net> Fri, 19 Jun 2026 10:57:15 -0400
=====================================
p/haskell-fp-ieee/debian/control
=====================================
@@ -0,0 +1,89 @@
+Source: haskell-fp-ieee
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Scott Talbert <swt at techie.net>
+Priority: optional
+Section: haskell
+Rules-Requires-Root: no
+Build-Depends: debhelper-compat (= 13),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.16.42),
+ dh-sequence-haskell,
+ ghc,
+ ghc-prof,
+ libghc-doctest-dev (>= 0.22.2) <!nocheck>,
+ libghc-doctest-dev (<< 0.25) <!nocheck>,
+ libghc-doctest-prof <!nocheck>,
+ libghc-hspec-dev (>= 2.11.7) <!nocheck>,
+ libghc-hspec-dev (<< 2.12) <!nocheck>,
+ libghc-hspec-prof,
+ libghc-hspec-core-dev (>= 2.11.7) <!nocheck>,
+ libghc-hspec-core-dev (<< 2.12) <!nocheck>,
+ libghc-hspec-core-prof,
+ libghc-integer-logarithms-dev (>= 1),
+ libghc-integer-logarithms-dev (<< 1.1),
+ libghc-integer-logarithms-prof,
+ libghc-quickcheck2-dev (>= 2.14.3) <!nocheck>,
+ libghc-quickcheck2-dev (<< 2.18) <!nocheck>,
+ libghc-quickcheck2-prof <!nocheck>,
+ libghc-random-dev (>= 1.2.1.1) <!nocheck>,
+ libghc-random-dev (<< 1.4) <!nocheck>,
+ libghc-random-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-integer-logarithms-doc,
+Standards-Version: 4.7.4
+Homepage: https://github.com/minoki/haskell-floating-point#readme
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-fp-ieee
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-fp-ieee]
+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.
+
+Package: libghc-fp-ieee-dev
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-fp-ieee-prof
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-fp-ieee-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
=====================================
p/haskell-fp-ieee/debian/copyright
=====================================
@@ -0,0 +1,44 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: fp-ieee
+Upstream-Contact: minorinoki at 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.
=====================================
p/haskell-fp-ieee/debian/rules
=====================================
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+export DEB_ENABLE_TESTS = yes
+
+%:
+ dh $@
=====================================
p/haskell-fp-ieee/debian/source/format
=====================================
@@ -0,0 +1 @@
+3.0 (quilt)
=====================================
p/haskell-fp-ieee/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=4
+https://hackage.haskell.org/package/fp-ieee/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/324f637c3ca824bcd3508afe982cfc2deb4c85bb
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/324f637c3ca824bcd3508afe982cfc2deb4c85bb
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20260619/9f933d3a/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list