[Git][haskell-team/DHG_packages][master] time-compat: Upgrading from 1.9.6.1 to 1.9.8

Clint Adams (@clint) gitlab at salsa.debian.org
Fri Jan 9 01:24:04 GMT 2026



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


Commits:
385b1bcc by Clint Adams at 2026-01-08T20:23:56-05:00
time-compat: Upgrading from 1.9.6.1 to 1.9.8

- - - - -


5 changed files:

- p/haskell-time-compat/debian/changelog
- p/haskell-time-compat/debian/control
- − p/haskell-time-compat/debian/patches/newer-deps
- − p/haskell-time-compat/debian/patches/series
- p/haskell-time-compat/debian/rules


Changes:

=====================================
p/haskell-time-compat/debian/changelog
=====================================
@@ -1,8 +1,13 @@
-haskell-time-compat (1.9.6.1-4) UNRELEASED; urgency=medium
+haskell-time-compat (1.9.8-1) unstable; urgency=medium
 
+  [ Scott Talbert ]
   * Build using dh-haskell
 
- -- Scott Talbert <swt at techie.net>  Sun, 09 Nov 2025 21:11:44 -0500
+  [ Clint Adams ]
+  * New upstream version.
+  * Enable testsuite.
+
+ -- Clint Adams <clint at debian.org>  Thu, 08 Jan 2026 20:13:35 -0500
 
 haskell-time-compat (1.9.6.1-3) unstable; urgency=medium
 


=====================================
p/haskell-time-compat/debian/control
=====================================
@@ -15,12 +15,26 @@ Build-Depends:
  libghc-base-orphans-dev (<< 0.10),
  libghc-base-orphans-prof,
  libghc-hashable-dev (>= 1.3.2.0),
- libghc-hashable-dev (<< 1.5),
+ libghc-hashable-dev (<< 1.6),
  libghc-hashable-prof,
+ libghc-hunit-dev (>= 1.6.0.0) <!nocheck>,
+ libghc-hunit-dev (<< 1.7) <!nocheck>,
+ libghc-quickcheck2-dev (>= 2.15.0.1) <!nocheck>,
+ libghc-quickcheck2-dev (<< 2.16) <!nocheck>,
+ libghc-random-dev (>= 1.2.1.3) <!nocheck>,
+ libghc-random-dev (<< 1.3) <!nocheck>,
+ libghc-tagged-dev (>= 0.8.9) <!nocheck>,
+ libghc-tagged-dev (<< 0.9) <!nocheck>,
+ libghc-tasty-dev (>= 1.5) <!nocheck>,
+ libghc-tasty-dev (<< 1.6) <!nocheck>,
+ libghc-tasty-hunit-dev (>= 0.10) <!nocheck>,
+ libghc-tasty-hunit-dev (<< 0.11) <!nocheck>,
+ libghc-tasty-quickcheck-dev (>= 0.11) <!nocheck>,
+ libghc-tasty-quickcheck-dev (<< 0.12) <!nocheck>,
 Build-Depends-Indep: ghc-doc,
  libghc-base-orphans-doc,
  libghc-hashable-doc,
-Standards-Version: 4.7.0
+Standards-Version: 4.7.3
 Homepage: https://github.com/haskellari/time-compat
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-time-compat
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-time-compat]


=====================================
p/haskell-time-compat/debian/patches/newer-deps deleted
=====================================
@@ -1,77 +0,0 @@
-Index: b/time-compat.cabal
-===================================================================
---- a/time-compat.cabal
-+++ b/time-compat.cabal
-@@ -1,6 +1,7 @@
- cabal-version:      1.12
- name:               time-compat
- version:            1.9.6.1
-+x-revision:         5
- synopsis:           Compatibility package for time
- description:
-   This packages tries to compat as much of @time@ features as possible.
-@@ -32,8 +33,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.7
-+   || ==9.4.4
-+   || ==9.6.1
- 
- source-repository head
-   type:     git
-@@ -53,11 +57,11 @@ library
-     default-extensions: Trustworthy
- 
-   build-depends:
--      base          >=4.5     && <4.16
--    , base-orphans  >=0.8.4   && <0.9
-+      base          >=4.5     && <4.19
-+    , base-orphans  >=0.8.4   && <0.10
-     , deepseq       >=1.3.0.0 && <1.4 || >=1.4.1.1 && <1.5
-     , time          >=1.4     && <1.7 || >=1.8 && <1.9 || >=1.9.2 && <1.9.4 || >=1.10 && <1.10.1 || >=1.11 && <1.11.2 || >=1.12 && <1.13
--    , hashable      >=1.3.2.0 && <1.4
-+    , hashable      >=1.3.2.0 && <1.5
- 
-   if flag(old-locale)
-     build-depends:
-@@ -70,7 +74,7 @@ library
-   if !impl(ghc >=8.0)
-     build-depends:
-         fail        >=4.9.0.0 && <4.10
--      , semigroups  >=0.18.5  && <0.20
-+      , semigroups  >=0.18.5  && <0.21
- 
-   exposed-modules:
-     Data.Time.Calendar.Compat
-@@ -105,7 +109,7 @@ test-suite instances
-       base
-     , deepseq
-     , HUnit        >=1.3.1 && <1.3.2 || >=1.6.0.0 && <1.7
--    , hashable     >=1.3.1.0 && <1.4
-+    , hashable     >=1.3.1.0 && <1.5
-     , time-compat
- 
- -- This test-suite is from time library
-@@ -138,7 +142,7 @@ test-suite main
-   ghc-options:        -Wall -fwarn-tabs
-   build-depends:
-       base
--    , base-compat       >=0.10.5 && <0.12
-+    , base-compat       >=0.10.5 && <0.14
-     , deepseq
-     , QuickCheck        >=2.13   && <2.15
-     , tagged            >=0.8.6  && <0.9
-@@ -150,7 +154,7 @@ test-suite main
-   if !impl(ghc >=8.0)
-     build-depends:
-         fail        >=4.9.0.0 && <4.10
--      , semigroups  >=0.18.5  && <0.20
-+      , semigroups  >=0.18.5  && <0.21
- 
-   build-depends:      time
-   main-is:            Main.hs


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


=====================================
p/haskell-time-compat/debian/rules
=====================================
@@ -1,4 +1,6 @@
 #!/usr/bin/make -f
 
+export DEB_ENABLE_TESTS = yes
+
 %:
 	dh $@



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/385b1bcc08b1be14807f7ce6b592cfa1df385c0f
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/20260109/bc60fcb8/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list