[Git][haskell-team/DHG_packages][master] 7 commits: concurrent-supply: Sourceful upload for GHC 9.10

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Mon Jan 5 13:43:08 GMT 2026



Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
04c1e84b by Ilias Tsitsimpis at 2026-01-05T15:41:55+02:00
concurrent-supply: Sourceful upload for GHC 9.10

- - - - -
0c78b7f0 by Ilias Tsitsimpis at 2026-01-05T15:41:55+02:00
config-value: Sourceful upload for GHC 9.10

- - - - -
1bdecbdf by Ilias Tsitsimpis at 2026-01-05T15:41:55+02:00
constraints: Sourceful upload for GHC 9.10

- - - - -
b7670b64 by Ilias Tsitsimpis at 2026-01-05T15:41:55+02:00
data-accessor: Sourceful upload for GHC 9.10

- - - - -
f23a85cd by Ilias Tsitsimpis at 2026-01-05T15:41:55+02:00
data-memocombinators: Sourceful upload for GHC 9.10

- - - - -
fb3abaaa by Ilias Tsitsimpis at 2026-01-05T15:41:55+02:00
dec: Sourceful upload for GHC 9.10

- - - - -
ce9745e0 by Ilias Tsitsimpis at 2026-01-05T15:41:55+02:00
hunit: Sourceful upload for GHC 9.10

- - - - -


16 changed files:

- p/haskell-concurrent-supply/debian/changelog
- p/haskell-concurrent-supply/debian/control
- p/haskell-concurrent-supply/debian/patches/newer-deps
- p/haskell-concurrent-supply/debian/patches/no-rts-n
- p/haskell-config-value/debian/changelog
- p/haskell-config-value/debian/patches/newer-deps
- p/haskell-constraints/debian/changelog
- p/haskell-constraints/debian/control
- + p/haskell-constraints/debian/patches/newer-deps
- + p/haskell-constraints/debian/patches/series
- p/haskell-data-accessor/debian/changelog
- + p/haskell-data-accessor/debian/patches/newer-deps
- + p/haskell-data-accessor/debian/patches/series
- p/haskell-data-memocombinators/debian/changelog
- p/haskell-dec/debian/changelog
- p/haskell-hunit/debian/changelog


Changes:

=====================================
p/haskell-concurrent-supply/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-concurrent-supply (0.1.8-10) UNRELEASED; urgency=medium
+haskell-concurrent-supply (0.1.8-10) unstable; urgency=medium
 
+  [ Scott Talbert ]
   * Build using dh-haskell
 
- -- Scott Talbert <swt at techie.net>  Sun, 09 Nov 2025 21:12:00 -0500
+  [ Ilias Tsitsimpis ]
+  * Sourceful upload for GHC 9.10
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Mon, 05 Jan 2026 15:19:08 +0200
 
 haskell-concurrent-supply (0.1.8-9) unstable; urgency=medium
 


=====================================
p/haskell-concurrent-supply/debian/control
=====================================
@@ -9,7 +9,7 @@ Build-Depends: debhelper-compat (= 13),
  ghc (>= 9.4),
  ghc-prof,
  libghc-hashable-dev (>= 1.1),
- libghc-hashable-dev (<< 1.5),
+ libghc-hashable-dev (<< 1.6),
  libghc-hashable-prof,
 Build-Depends-Indep: ghc-doc,
  libghc-hashable-doc,


=====================================
p/haskell-concurrent-supply/debian/patches/newer-deps
=====================================
@@ -6,7 +6,7 @@ Index: b/concurrent-supply.cabal
  name:          concurrent-supply
  category:      Concurrency, Parallelism
  version:       0.1.8
-+x-revision: 2
++x-revision: 3
  license:       BSD3
  cabal-version: >= 1.10
  license-file:  LICENSE
@@ -15,7 +15,7 @@ Index: b/concurrent-supply.cabal
    build-depends:
      base     >= 4 && < 5,
 -    hashable >= 1.1 && < 1.3,
-+    hashable >= 1.1 && < 1.5,
++    hashable >= 1.1 && < 1.6,
      ghc-prim
  
  test-suite properties


=====================================
p/haskell-concurrent-supply/debian/patches/no-rts-n
=====================================
@@ -7,7 +7,7 @@ Index: b/concurrent-supply.cabal
    main-is: properties.hs
    default-language: Haskell2010
 -  ghc-options: -w -threaded -rtsopts -with-rtsopts=-N
-+  ghc-options: -w -threaded -rtsopts
++  ghc-options: -w -threaded
    hs-source-dirs: test
  
    if !flag(test-properties)


=====================================
p/haskell-config-value/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-config-value (0.8.3-5) UNRELEASED; urgency=medium
+haskell-config-value (0.8.3-5) unstable; urgency=medium
 
+  [ Scott Talbert ]
   * Build using dh-haskell
 
- -- Scott Talbert <swt at techie.net>  Sun, 09 Nov 2025 21:11:13 -0500
+  [ Ilias Tsitsimpis ]
+  * Sourceful upload for GHC 9.10
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Mon, 05 Jan 2026 15:19:08 +0200
 
 haskell-config-value (0.8.3-4) unstable; urgency=medium
 


=====================================
p/haskell-config-value/debian/patches/newer-deps
=====================================
@@ -1,20 +1,33 @@
+Index: b/config-value.cabal
+===================================================================
 --- a/config-value.cabal
 +++ b/config-value.cabal
-@@ -40,14 +40,14 @@ library
+@@ -1,6 +1,7 @@
+ cabal-version:       2.2
+ name:                config-value
+ version:             0.8.3
++x-revision: 9
+ synopsis:            Simple, layout-based value language similar to YAML or JSON
+ license:             MIT
+ license-file:        LICENSE
+@@ -40,15 +41,15 @@ library
      Config.Value
  
    build-depends:
 -    base       >= 4.8     && < 4.18,
-+    base       >= 4.8     && < 5,
++    base       >= 4.8     && < 4.22,
      array      >= 0.4     && < 0.6,
-     containers >= 0.5     && < 0.7,
+-    containers >= 0.5     && < 0.7,
++    containers >= 0.5     && < 0.8,
      pretty     >= 1.1.1.0 && < 1.2,
 -    text       >= 1.2.0.4 && < 2.1,
 +    text       >= 1.2.0.4 && < 2.2,
  
    build-tool-depends:
 -    alex:alex   ^>= 3.2.4,
+-    happy:happy >= 1.19 && <1.21,
 +    alex:alex   >= 3.2,
-     happy:happy >= 1.19 && <1.21,
++    happy:happy >= 1.19 && <2.2,
  
    hs-source-dirs:      src
+   default-language:    Haskell2010


=====================================
p/haskell-constraints/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-constraints (0.14.2-2) UNRELEASED; urgency=medium
+haskell-constraints (0.14.2-2) unstable; urgency=medium
 
+  [ Scott Talbert ]
   * Build using dh-haskell
 
- -- Scott Talbert <swt at techie.net>  Sun, 09 Nov 2025 21:12:07 -0500
+  [ Ilias Tsitsimpis ]
+  * Sourceful upload for GHC 9.10
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Mon, 05 Jan 2026 15:19:09 +0200
 
 haskell-constraints (0.14.2-1) unstable; urgency=medium
 


=====================================
p/haskell-constraints/debian/control
=====================================
@@ -15,7 +15,7 @@ Build-Depends:
  libghc-boring-dev (<< 0.3),
  libghc-boring-prof,
  libghc-hashable-dev (>= 1.2),
- libghc-hashable-dev (<< 1.5),
+ libghc-hashable-dev (<< 1.6),
  libghc-hashable-prof,
 Build-Depends-Indep: ghc-doc,
  libghc-boring-doc,


=====================================
p/haskell-constraints/debian/patches/newer-deps
=====================================
@@ -0,0 +1,21 @@
+Index: b/constraints.cabal
+===================================================================
+--- a/constraints.cabal
++++ b/constraints.cabal
+@@ -2,6 +2,7 @@ cabal-version: 2.4
+ name:          constraints
+ category:      Constraints
+ version:       0.14.2
++x-revision: 1
+ license:       BSD-2-Clause
+ license-file:  LICENSE
+ author:        Edward A. Kmett
+@@ -57,7 +58,7 @@ library
+     , boring         >= 0.2   && < 0.3
+     , deepseq        >= 1.3   && < 1.6
+     , ghc-prim
+-    , hashable       >= 1.2   && < 1.5
++    , hashable       >= 1.2   && < 1.6
+     , mtl            >= 2.2   && < 2.4
+     , transformers   >= 0.5   && < 0.7
+   if !impl(ghc >= 9.0)


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


=====================================
p/haskell-data-accessor/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-data-accessor (0.2.3.1-3) UNRELEASED; urgency=medium
+haskell-data-accessor (0.2.3.1-3) unstable; urgency=medium
 
+  [ Scott Talbert ]
   * Build using dh-haskell
 
- -- Scott Talbert <swt at techie.net>  Sun, 09 Nov 2025 21:11:19 -0500
+  [ Ilias Tsitsimpis ]
+  * Sourceful upload for GHC 9.10
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Mon, 05 Jan 2026 15:19:09 +0200
 
 haskell-data-accessor (0.2.3.1-2) unstable; urgency=medium
 


=====================================
p/haskell-data-accessor/debian/patches/newer-deps
=====================================
@@ -0,0 +1,29 @@
+Index: b/data-accessor.cabal
+===================================================================
+--- a/data-accessor.cabal
++++ b/data-accessor.cabal
+@@ -1,5 +1,6 @@
+ Name:             data-accessor
+ Version:          0.2.3.1
++x-revision: 2
+ License:          BSD3
+ License-File:     LICENSE
+ Author:           Henning Thielemann <haskell at henning-thielemann.de>, Luke Palmer <lrpalmer at gmail.com>
+@@ -101,7 +102,7 @@ Library
+   If flag(splitBase)
+     Build-Depends:
+       array >=0.1 && <0.6,
+-      containers >=0.1 && <0.7
++      containers >=0.1 && <0.9
+     If flag(category)
+       Hs-Source-Dirs: src-4
+       If flag(monadFail)
+@@ -119,7 +120,7 @@ Library
+       base >= 1 && <2
+     If impl(jhc)
+       Build-Depends:
+-        containers >=0.1 && <0.7
++        containers >=0.1 && <0.9
+ 
+   Default-Language: Haskell98
+   GHC-Options:      -Wall


=====================================
p/haskell-data-accessor/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps


=====================================
p/haskell-data-memocombinators/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-data-memocombinators (0.5.1-13) UNRELEASED; urgency=medium
+haskell-data-memocombinators (0.5.1-13) unstable; urgency=medium
 
+  [ Scott Talbert ]
   * Build using dh-haskell
 
- -- Scott Talbert <swt at techie.net>  Sun, 09 Nov 2025 21:11:56 -0500
+  [ Ilias Tsitsimpis ]
+  * Sourceful upload for GHC 9.10
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Mon, 05 Jan 2026 15:19:09 +0200
 
 haskell-data-memocombinators (0.5.1-12) unstable; urgency=medium
 


=====================================
p/haskell-dec/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-dec (0.0.6-2) UNRELEASED; urgency=medium
+haskell-dec (0.0.6-2) unstable; urgency=medium
 
+  [ Scott Talbert ]
   * Build using dh-haskell
 
- -- Scott Talbert <swt at techie.net>  Sun, 09 Nov 2025 21:11:29 -0500
+  [ Ilias Tsitsimpis ]
+  * Sourceful upload for GHC 9.10
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Mon, 05 Jan 2026 15:19:09 +0200
 
 haskell-dec (0.0.6-1) unstable; urgency=medium
 


=====================================
p/haskell-hunit/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-hunit (1.6.2.0-4) UNRELEASED; urgency=medium
+haskell-hunit (1.6.2.0-4) unstable; urgency=medium
 
+  [ Scott Talbert ]
   * Build using dh-haskell
 
- -- Scott Talbert <swt at techie.net>  Sun, 09 Nov 2025 21:11:22 -0500
+  [ Ilias Tsitsimpis ]
+  * Sourceful upload for GHC 9.10
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Mon, 05 Jan 2026 15:19:10 +0200
 
 haskell-hunit (1.6.2.0-3) unstable; urgency=medium
 



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/edd7ebe0264e903bc42a8bff665a02e3f0560d9a...ce9745e03746e13862b960b191ce9b4ce63e04fd

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/edd7ebe0264e903bc42a8bff665a02e3f0560d9a...ce9745e03746e13862b960b191ce9b4ce63e04fd
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/20260105/3acdd2f5/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list