[Git][haskell-team/DHG_packages][master] arithmoi: Upgrading from 0.13.0.0 to 0.13.2.0

Scott Talbert (@swt2c) gitlab at salsa.debian.org
Wed Feb 11 04:58:57 GMT 2026



Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
e9041d1b by Scott Talbert at 2026-02-10T23:56:50-05:00
arithmoi: Upgrading from 0.13.0.0 to 0.13.2.0

- - - - -


4 changed files:

- p/haskell-arithmoi/debian/changelog
- p/haskell-arithmoi/debian/control
- − p/haskell-arithmoi/debian/patches/newer-deps
- − p/haskell-arithmoi/debian/patches/series


Changes:

=====================================
p/haskell-arithmoi/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-arithmoi (0.13.0.0-2) UNRELEASED; urgency=medium
+haskell-arithmoi (0.13.2.0-1) unstable; urgency=medium
 
   * Build using dh-haskell
+  * New upstream release
 
- -- Scott Talbert <swt at techie.net>  Sun, 09 Nov 2025 21:11:27 -0500
+ -- Scott Talbert <swt at techie.net>  Tue, 10 Feb 2026 23:54:03 -0500
 
 haskell-arithmoi (0.13.0.0-1) unstable; urgency=medium
 


=====================================
p/haskell-arithmoi/debian/control
=====================================
@@ -7,8 +7,11 @@ Rules-Requires-Root: no
 Build-Depends: debhelper-compat (= 13),
  haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
  dh-sequence-haskell,
- ghc,
+ ghc (>= 9.10),
  ghc-prof,
+ libghc-bitvec-dev (>= 1.1),
+ libghc-bitvec-dev (<< 1.2),
+ libghc-bitvec-prof,
  libghc-chimera-dev (>= 0.3),
  libghc-chimera-dev (<< 0.5),
  libghc-chimera-prof,
@@ -25,12 +28,12 @@ Build-Depends: debhelper-compat (= 13),
  libghc-integer-roots-dev (>= 1.0),
  libghc-integer-roots-dev (<< 1.1),
  libghc-integer-roots-prof,
+ libghc-mod-dev (>= 0.2.1),
  libghc-mod-dev (<< 0.3),
  libghc-mod-prof,
  libghc-random-dev (>= 1.0),
- libghc-random-dev (<< 1.3),
- libghc-random-prof (>= 1.0),
- libghc-random-prof (<< 1.3),
+ libghc-random-dev (<< 1.4),
+ libghc-random-prof,
  libghc-semirings-dev (>= 0.5.2),
  libghc-semirings-dev (<< 0.8),
  libghc-semirings-prof,
@@ -38,7 +41,7 @@ Build-Depends: debhelper-compat (= 13),
  libghc-vector-dev (<< 0.14),
  libghc-vector-prof,
  libghc-quickcheck2-dev (>= 2.10),
- libghc-quickcheck2-dev (<< 2.15),
+ libghc-quickcheck2-dev (<< 2.17),
  libghc-quickcheck2-prof,
  libghc-exact-pi-dev (>= 0.4.1.1),
  libghc-infinite-list-dev,
@@ -74,6 +77,7 @@ Build-Depends: debhelper-compat (= 13),
  libghc-vector-prof,
  libghc-quickcheck-classes-dev (>= 0.6.3) <!nocheck>,
 Build-Depends-Indep: ghc-doc,
+ libghc-bitvec-doc,
  libghc-chimera-doc,
  libghc-constraints-doc,
  libghc-exact-pi-doc,
@@ -84,7 +88,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-random-doc,
  libghc-semirings-doc,
  libghc-vector-doc,
-Standards-Version: 4.7.0
+Standards-Version: 4.7.3
 Homepage: https://github.com/Bodigrim/arithmoi
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-arithmoi
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-arithmoi]


=====================================
p/haskell-arithmoi/debian/patches/newer-deps deleted
=====================================
@@ -1,33 +0,0 @@
-Index: b/arithmoi.cabal
-===================================================================
---- a/arithmoi.cabal
-+++ b/arithmoi.cabal
-@@ -1,5 +1,6 @@
- name:          arithmoi
- version:       0.13.0.0
-+x-revision: 4
- cabal-version: 2.0
- build-type:    Simple
- license:       MIT
-@@ -29,9 +30,9 @@ library
-   build-depends:
-     base >=4.15 && <5,
-     array >=0.5 && <0.6,
--    containers >=0.5.11 && <0.7,
--    chimera >=0.3 && <0.4,
--    constraints <0.14,
-+    containers >=0.5.11 && <0.8,
-+    chimera >=0.3 && <0.5,
-+    constraints <0.15,
-     deepseq <1.6,
-     exact-pi >=0.5 && <0.6,
-     ghc-bignum <1.4,
-@@ -41,7 +42,7 @@ library
-     mod <0.3,
-     random >=1.0 && <1.3,
-     transformers >=0.4 && <0.7,
--    semirings >=0.5.2 && <0.7,
-+    semirings >=0.5.2 && <0.8,
-     vector >=0.12 && <0.14
-   exposed-modules:
-     Math.NumberTheory.ArithmeticFunctions


=====================================
p/haskell-arithmoi/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-newer-deps



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/e9041d1beff7759507e29c2a8d6d52fc16851857

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/e9041d1beff7759507e29c2a8d6d52fc16851857
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/20260211/cc40061c/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list