[Git][haskell-team/DHG_packages][master] 5 commits: concurrent-output: Upgrading from 1.10.20 to 1.10.21

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Thu Oct 3 16:18:10 BST 2024



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


Commits:
c6cd5183 by Ilias Tsitsimpis at 2024-10-03T18:07:05+03:00
concurrent-output: Upgrading from 1.10.20 to 1.10.21

- - - - -
76100b00 by Ilias Tsitsimpis at 2024-10-03T18:08:30+03:00
data-fix: Upgrading from 0.3.2 to 0.3.4

- - - - -
e9a02f87 by Ilias Tsitsimpis at 2024-10-03T18:10:21+03:00
text-icu: Upgrading from 0.8.0.4 to 0.8.0.5

- - - - -
e4ac6025 by Ilias Tsitsimpis at 2024-10-03T18:11:20+03:00
wide-word: Upgrading from 0.1.5.0 to 0.1.6.0

- - - - -
d4d56028 by Ilias Tsitsimpis at 2024-10-03T18:13:18+03:00
shelltestrunner: Upgrading from 1.9.0.1 to 1.10

- - - - -


13 changed files:

- p/haskell-concurrent-output/debian/changelog
- p/haskell-concurrent-output/debian/control
- p/haskell-data-fix/debian/changelog
- p/haskell-data-fix/debian/control
- − p/haskell-data-fix/debian/patches/newer-deps
- − p/haskell-data-fix/debian/patches/series
- p/haskell-text-icu/debian/changelog
- p/haskell-wide-word/debian/changelog
- p/haskell-wide-word/debian/control
- − p/haskell-wide-word/debian/patches/newer-deps
- − p/haskell-wide-word/debian/patches/series
- p/shelltestrunner/debian/changelog
- p/shelltestrunner/debian/control


Changes:

=====================================
p/haskell-concurrent-output/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-concurrent-output (1.10.20-2) UNRELEASED; urgency=medium
+haskell-concurrent-output (1.10.21-1) unstable; urgency=medium
 
   * Declare compliance with Debian policy 4.7.0
+  * New upstream release
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Wed, 11 Sep 2024 15:17:07 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Thu, 03 Oct 2024 18:07:05 +0300
 
 haskell-concurrent-output (1.10.20-1) unstable; urgency=medium
 


=====================================
p/haskell-concurrent-output/debian/control
=====================================
@@ -12,7 +12,7 @@ Build-Depends:
  ghc (>= 9.4),
  ghc-prof,
  libghc-ansi-terminal-dev (>= 0.6.2),
- libghc-ansi-terminal-dev (<< 1.1.0),
+ libghc-ansi-terminal-dev (<< 1.2.0),
  libghc-ansi-terminal-prof,
  libghc-async-dev (>= 2.0),
  libghc-async-dev (<< 2.3),


=====================================
p/haskell-data-fix/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-data-fix (0.3.2-3) UNRELEASED; urgency=medium
+haskell-data-fix (0.3.4-1) unstable; urgency=medium
 
   * Declare compliance with Debian policy 4.7.0
+  * New upstream release
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Wed, 11 Sep 2024 15:17:13 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Thu, 03 Oct 2024 18:07:27 +0300
 
 haskell-data-fix (0.3.2-2) unstable; urgency=medium
 


=====================================
p/haskell-data-fix/debian/control
=====================================
@@ -8,8 +8,8 @@ Build-Depends: debhelper (>= 10),
  cdbs,
  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,
 Build-Depends-Indep: ghc-doc,
  libghc-hashable-doc,


=====================================
p/haskell-data-fix/debian/patches/newer-deps deleted
=====================================
@@ -1,37 +0,0 @@
-Index: b/data-fix.cabal
-===================================================================
---- a/data-fix.cabal
-+++ b/data-fix.cabal
-@@ -1,5 +1,6 @@
- Name:            data-fix
- Version:         0.3.2
-+x-revision:      4
- Cabal-Version:   >= 1.10
- License:         BSD3
- License-file:    LICENSE
-@@ -30,8 +31,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
- 
- extra-source-files:
-   CHANGELOG.md
-@@ -55,9 +59,9 @@ library
-       -Wredundant-constraints -Widentities -Wmissing-export-lists
- 
-   build-depends:
--      base      >=4.4     && <4.16
-+      base      >=4.4     && <4.19
-     , deepseq   >=1.3.0.0 && <1.5
--    , hashable  >=1.2.7.0 && <1.4
-+    , hashable  >=1.2.7.0 && <1.5
- 
-   if impl(ghc <7.6)
-     -- for GHC.Generics


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


=====================================
p/haskell-text-icu/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-text-icu (0.8.0.4-2) UNRELEASED; urgency=medium
+haskell-text-icu (0.8.0.5-1) unstable; urgency=medium
 
   * Declare compliance with Debian policy 4.7.0
+  * New upstream release
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Wed, 11 Sep 2024 15:18:26 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Thu, 03 Oct 2024 18:10:21 +0300
 
 haskell-text-icu (0.8.0.4-1) unstable; urgency=medium
 


=====================================
p/haskell-wide-word/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-wide-word (0.1.5.0-2) UNRELEASED; urgency=medium
+haskell-wide-word (0.1.6.0-1) unstable; urgency=medium
 
   * Declare compliance with Debian policy 4.7.0
+  * New upstream release
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Wed, 11 Sep 2024 15:18:38 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Thu, 03 Oct 2024 18:10:45 +0300
 
 haskell-wide-word (0.1.5.0-1) unstable; urgency=medium
 


=====================================
p/haskell-wide-word/debian/control
=====================================
@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 10),
  libghc-hashable-dev (<< 1.5),
  libghc-hashable-prof,
  libghc-primitive-dev (>= 0.6.4.0),
- libghc-primitive-dev (<< 0.9),
+ libghc-primitive-dev (<< 0.10),
  libghc-primitive-prof,
 Build-Depends-Indep: ghc-doc,
  libghc-hashable-doc,


=====================================
p/haskell-wide-word/debian/patches/newer-deps deleted
=====================================
@@ -1,36 +0,0 @@
-Index: b/wide-word.cabal
-===================================================================
---- a/wide-word.cabal
-+++ b/wide-word.cabal
-@@ -3,6 +3,7 @@
- 
- name:                wide-word
- version:             0.1.5.0
-+x-revision: 2
- synopsis:            Data types for large but fixed width signed and unsigned integers
- description:
-   A library to provide data types for large (ie > 64 bits) but fixed width signed
-@@ -25,7 +26,7 @@ extra-source-files:  ChangeLog.md
- stability:           provisional
- cabal-version:       >= 1.10
- tested-with:         GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.7,
--                     GHC == 9.0.2, GHC == 9.2.1
-+                     GHC == 9.0.2, GHC == 9.2.4
- 
- library
-   default-language:   Haskell2010
-@@ -41,12 +42,12 @@ library
- 
-   other-modules:       Data.WideWord.Compat
- 
--  build-depends:       base                          >= 4.9         && < 4.18
-+  build-depends:       base                          >= 4.9         && < 4.20
-                      , binary                        >= 0.8.3.0     && < 0.9
-                      , deepseq                       >= 1.4.2.0     && < 1.5
-                      -- Required so that GHC.IntWord64 is available on 32 bit systems
-                      , ghc-prim
--                     , primitive                     >= 0.6.4.0     && < 0.8
-+                     , primitive                     >= 0.6.4.0     && < 0.9
-                      , hashable                      >= 1.2         && < 1.5
- 
- test-suite test


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


=====================================
p/shelltestrunner/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-shelltestrunner (1.9.0.1-2) UNRELEASED; urgency=medium
+shelltestrunner (1.10-1) unstable; urgency=medium
 
   * Declare compliance with Debian policy 4.7.0
+  * New upstream release
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Wed, 11 Sep 2024 15:18:46 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Thu, 03 Oct 2024 18:12:04 +0300
 
 shelltestrunner (1.9.0.1-1) unstable; urgency=medium
 


=====================================
p/shelltestrunner/debian/control
=====================================
@@ -8,11 +8,13 @@ Build-Depends: debhelper (>= 10),
  cdbs,
  haskell-devscripts (>= 0.13),
  ghc (>= 9.4),
- ghc-prof,
  libghc-diff-dev (>= 0.2.0),
  libghc-hunit-dev,
  libghc-cmdargs-dev (>= 0.7),
  libghc-filemanip-dev (>= 0.3),
+ libghc-hspec-dev (>= 2.9.0),
+ libghc-hspec-contrib-dev (>= 0.5.1.1),
+ libghc-hspec-core-dev (>= 2.9.0),
  libghc-pretty-show-dev (>= 1.6.5),
  libghc-regex-tdfa-dev (>= 1.1),
  libghc-safe-dev,



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/1dfd6c34dc719d872bea3f5216ba346b63c9217d...d4d5602833996d4d5b1e5442d4c182fdbb375a8e

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/1dfd6c34dc719d872bea3f5216ba346b63c9217d...d4d5602833996d4d5b1e5442d4c182fdbb375a8e
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/20241003/1563b6f9/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list