[Git][haskell-team/DHG_packages][master] integer-logarithms: Upgrading from 1.0.3.1 to 1.0.4

Clint Adams (@clint) gitlab at salsa.debian.org
Tue Jan 6 18:07:49 GMT 2026



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
2c64df21 by Clint Adams at 2026-01-06T13:05:20-05:00
integer-logarithms: Upgrading from 1.0.3.1 to 1.0.4

- - - - -


4 changed files:

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


Changes:

=====================================
p/haskell-integer-logarithms/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-integer-logarithms (1.0.3.1-5) UNRELEASED; urgency=medium
+haskell-integer-logarithms (1.0.4-1) unstable; urgency=medium
 
+  [ Scott Talbert ]
   * Build using dh-haskell
 
- -- Scott Talbert <swt at techie.net>  Sun, 09 Nov 2025 21:11:24 -0500
+  [ Clint Adams ]
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Tue, 06 Jan 2026 13:00:07 -0500
 
 haskell-integer-logarithms (1.0.3.1-4) unstable; urgency=medium
 


=====================================
p/haskell-integer-logarithms/debian/control
=====================================
@@ -9,23 +9,20 @@ Build-Depends: debhelper-compat (= 13),
  dh-sequence-haskell,
  ghc (>= 9.4),
  ghc-prof,
- libghc-quickcheck2-dev (>= 2.14.1),
- libghc-quickcheck2-dev (<< 2.15),
- libghc-quickcheck2-prof,
- libghc-smallcheck-dev (>= 1.2),
- libghc-smallcheck-dev (<< 1.3),
- libghc-smallcheck-prof,
- libghc-tasty-dev (>= 0.10),
- libghc-tasty-dev (<< 1.5),
- libghc-tasty-prof,
+ libghc-quickcheck2-dev (>= 2.14.1) <!nocheck>,
+ libghc-quickcheck2-dev (<< 2.16) <!nocheck>,
+ libghc-smallcheck-dev (>= 1.2) <!nocheck>,
+ libghc-smallcheck-dev (<< 1.3) <!nocheck>,
+ libghc-tasty-dev (>= 0.10) <!nocheck>,
+ libghc-tasty-dev (<< 1.6) <!nocheck>,
  libghc-tasty-hunit-dev (>= 0.9) <!nocheck>,
  libghc-tasty-hunit-dev (<< 0.11) <!nocheck>,
  libghc-tasty-quickcheck-dev (>= 0.8) <!nocheck>,
- libghc-tasty-quickcheck-dev (<< 0.11) <!nocheck>,
+ libghc-tasty-quickcheck-dev (<< 0.12) <!nocheck>,
  libghc-tasty-smallcheck-dev (>= 0.8) <!nocheck>,
  libghc-tasty-smallcheck-dev (<< 0.9) <!nocheck>,
 Build-Depends-Indep: ghc-doc,
-Standards-Version: 4.7.0
+Standards-Version: 4.7.3
 Homepage: https://github.com/haskellari/integer-logarithms
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-integer-logarithms
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-integer-logarithms]


=====================================
p/haskell-integer-logarithms/debian/patches/newer-deps deleted
=====================================
@@ -1,53 +0,0 @@
-Index: b/integer-logarithms.cabal
-===================================================================
---- a/integer-logarithms.cabal
-+++ b/integer-logarithms.cabal
-@@ -1,5 +1,6 @@
- name:               integer-logarithms
- version:            1.0.3.1
-+x-revision:         4
- cabal-version:      >=1.10
- author:             Daniel Fischer
- copyright:
-@@ -34,7 +35,11 @@ tested-with:
-      || ==8.4.4
-      || ==8.6.4
-      || ==8.8.4
--     || ==8.10.2
-+     || ==8.10.4
-+     || ==9.0.2
-+     || ==9.2.5
-+     || ==9.4.4
-+     || ==9.6.1
-   , GHCJS ==8.4
- 
- extra-source-files:
-@@ -56,8 +61,8 @@ library
-   hs-source-dirs:   src
-   build-depends:
-       array     >=0.3 && <0.6
--    , base      >=4.3 && <4.16
--    , ghc-prim  >=0   && <0.8
-+    , base      >=4.3 && <4.19
-+    , ghc-prim  <0.11
- 
-   if !impl(ghc >=7.10)
-     build-depends: nats >=1.1.2 && <1.2
-@@ -65,7 +70,7 @@ library
-   if impl(ghc >=9.0)
-     build-depends:
-         base        >=4.15
--      , ghc-bignum  >=1.0  && <1.1
-+      , ghc-bignum  >=1.0  && <1.4
- 
-     if !flag(integer-gmp)
-       build-depends: invalid-cabal-flag-settings <0
-@@ -118,7 +123,7 @@ test-suite spec
-     , integer-logarithms
-     , QuickCheck          >=2.14.1 && <2.15
-     , smallcheck          >=1.2    && <1.3
--    , tasty               >=0.10   && <1.4
-+    , tasty               >=0.10   && <1.5
-     , tasty-hunit         >=0.9    && <0.11
-     , tasty-quickcheck    >=0.8    && <0.11
-     , tasty-smallcheck    >=0.8    && <0.9


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



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/2c64df21feedc779d3d258266cd3fd438c3b4aa6
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/46522ac4/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list