[Git][haskell-team/DHG_packages][master] scientific: Upgrading from 0.3.7.0 to 0.3.8.0
Clint Adams (@clint)
gitlab at salsa.debian.org
Tue Jan 6 22:41:52 GMT 2026
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
15013e88 by Clint Adams at 2026-01-06T17:38:33-05:00
scientific: Upgrading from 0.3.7.0 to 0.3.8.0
- - - - -
4 changed files:
- p/haskell-scientific/debian/changelog
- p/haskell-scientific/debian/control
- p/haskell-scientific/debian/patches/newer-deps
- p/haskell-scientific/debian/rules
Changes:
=====================================
p/haskell-scientific/debian/changelog
=====================================
@@ -1,8 +1,13 @@
-haskell-scientific (0.3.7.0-4) UNRELEASED; urgency=medium
+haskell-scientific (0.3.8.0-1) unstable; urgency=medium
+ [ Scott Talbert ]
* Build using dh-haskell
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:11:16 -0500
+ [ Clint Adams ]
+ * New upstream version.
+ * Enable testsuite.
+
+ -- Clint Adams <clint at debian.org> Tue, 06 Jan 2026 17:30:48 -0500
haskell-scientific (0.3.7.0-3) unstable; urgency=medium
=====================================
p/haskell-scientific/debian/control
=====================================
@@ -9,20 +9,26 @@ Build-Depends: debhelper-compat (= 13),
dh-sequence-haskell,
ghc (>= 9.4),
ghc-prof,
- libghc-hashable-dev (>= 1.2.7.0),
- libghc-hashable-dev (<< 1.5),
+ libghc-hashable-dev (>= 1.4.4.0),
+ libghc-hashable-dev (<< 1.6),
libghc-hashable-prof,
libghc-integer-logarithms-dev (>= 1.0.3.1),
libghc-integer-logarithms-dev (<< 1.1),
libghc-integer-logarithms-prof,
- libghc-primitive-dev (>= 0.7.1.0),
- libghc-primitive-dev (<< 0.9),
+ libghc-primitive-dev (>= 0.9.0.0),
+ libghc-primitive-dev (<< 0.10),
libghc-primitive-prof,
+ libghc-quickcheck2-dev (>= 2.14.2) <!nocheck>,
+ libghc-smallcheck-dev (>= 1.0) <!nocheck>,
+ libghc-tasty-dev (>= 1.4.0.1) <!nocheck>,
+ libghc-tasty-hunit-dev (>= 0.8) <!nocheck>,
+ libghc-tasty-quickcheck-dev (>= 0.8) <!nocheck>,
+ libghc-tasty-smallcheck-dev (>= 0.2) <!nocheck>,
Build-Depends-Indep: ghc-doc,
libghc-hashable-doc,
libghc-integer-logarithms-doc,
libghc-primitive-doc,
-Standards-Version: 4.7.0
+Standards-Version: 4.7.3
Homepage: https://github.com/basvandijk/scientific
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-scientific
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-scientific]
=====================================
p/haskell-scientific/debian/patches/newer-deps
=====================================
@@ -1,46 +1,46 @@
-Index: b/scientific.cabal
-===================================================================
--- a/scientific.cabal
+++ b/scientific.cabal
@@ -1,5 +1,6 @@
name: scientific
- version: 0.3.7.0
-+x-revision: 5
+ version: 0.3.8.0
++x-revision: 2
synopsis: Numbers represented using scientific notation
description:
"Data.Scientific" provides the number type 'Scientific'. Scientific numbers are
-@@ -51,8 +52,11 @@ tested-with:
- || ==8.4.4
- || ==8.6.5
- || ==8.8.4
-- || ==8.10.4
-- || ==9.0.1
-+ || ==8.10.7
-+ || ==9.0.2
-+ || ==9.2.6
-+ || ==9.4.4
-+ || ==9.6.1
+@@ -49,13 +50,14 @@ tested-with:
+ || ==9.0.2
+ || ==9.2.8
+ || ==9.4.8
+- || ==9.6.5
+- || ==9.8.2
++ || ==9.6.6
++ || ==9.8.4
+ || ==9.10.1
++ || ==9.12.1
source-repository head
type: git
-@@ -86,15 +90,15 @@ library
+- location: git://github.com/basvandijk/scientific.git
++ location: https://github.com/basvandijk/scientific.git
+
+ flag integer-simple
+ description: Use the integer-simple package instead of integer-gmp
+@@ -78,15 +80,15 @@ library
ghc-options: -Wall
build-depends:
-- base >=4.5 && <4.16
-+ base >=4.5 && <4.19
- , binary >=0.5.1 && <0.9
- , containers >=0.4.2.1 && <0.7
- , deepseq >=1.3.0.0 && <1.5
-- , hashable >=1.2.7.0 && <1.4
-+ , hashable >=1.2.7.0 && <1.5
- , integer-logarithms >=1.0.3.1 && <1.1
-- , primitive >=0.7.1.0 && <0.8
-- , template-haskell >=2.8 && <2.18
-- , text >=1.2.3.0 && <1.3
-+ , primitive >=0.7.1.0 && <0.9
-+ , template-haskell >=2.8 && <2.21
-+ , text >=1.2.3.0 && <1.3 || >=2.0 && <2.1
+- base >=4.5 && <4.21
++ base >=4.5 && <4.22
+ , binary >=0.8.6.0 && <0.9
+ , bytestring >=0.10.8.2 && <0.13
+ , containers >=0.6.0.1 && <0.8
+ , deepseq >=1.4.4.0 && <1.6
+- , hashable >=1.4.4.0 && <1.5
++ , hashable >=1.4.4.0 && <1.6
+ , integer-logarithms >=1.0.3.1 && <1.1
+ , primitive >=0.9.0.0 && <0.10
+- , template-haskell >=2.14.0.0 && <2.23
++ , template-haskell >=2.14.0.0 && <2.24
+ , text >=1.2.3.0 && <1.3 || >=2.0 && <2.2
- if flag(bytestring-builder)
- build-depends:
+ if impl(ghc >=9.0)
=====================================
p/haskell-scientific/debian/rules
=====================================
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-# export DEB_ENABLE_TESTS = yes
+export DEB_ENABLE_TESTS = yes
%:
dh $@
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/15013e8857a2350fa5cae9860559d8b5c8cc88bb
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/15013e8857a2350fa5cae9860559d8b5c8cc88bb
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20260106/623bcba9/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list