[Git][haskell-team/DHG_packages][master] 7 commits: magic-haskell: Sourceful upload for GHC 9.6
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Sun Sep 15 10:48:10 BST 2024
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
93324ca7 by Ilias Tsitsimpis at 2024-09-15T12:20:05+03:00
magic-haskell: Sourceful upload for GHC 9.6
- - - - -
ac860445 by Ilias Tsitsimpis at 2024-09-15T12:24:21+03:00
byteorder: Sourceful upload for GHC 9.6
- - - - -
490b362c by Ilias Tsitsimpis at 2024-09-15T12:24:22+03:00
data-binary-ieee754: Sourceful upload for GHC 9.6
- - - - -
eb9a3d8d by Ilias Tsitsimpis at 2024-09-15T12:24:22+03:00
lazysmallcheck: Sourceful upload for GHC 9.6
- - - - -
8b6a885d by Ilias Tsitsimpis at 2024-09-15T12:44:37+03:00
statestack: Sourceful upload for GHC 9.6
- - - - -
874d532c by Ilias Tsitsimpis at 2024-09-15T12:44:37+03:00
tar: Sourceful upload for GHC 9.6
- - - - -
262ba366 by Ilias Tsitsimpis at 2024-09-15T12:44:37+03:00
zlib: Sourceful upload for GHC 9.6
- - - - -
12 changed files:
- p/haskell-byteorder/debian/changelog
- p/haskell-data-binary-ieee754/debian/changelog
- p/haskell-lazysmallcheck/debian/changelog
- p/haskell-statestack/debian/changelog
- + p/haskell-statestack/debian/patches/newer-deps
- + p/haskell-statestack/debian/patches/series
- p/haskell-tar/debian/changelog
- p/haskell-tar/debian/patches/newer-deps
- p/haskell-zlib/debian/changelog
- + p/haskell-zlib/debian/patches/newer-deps
- + p/haskell-zlib/debian/patches/series
- p/magic-haskell/debian/changelog
Changes:
=====================================
p/haskell-byteorder/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-byteorder (1.0.4-13) UNRELEASED; urgency=medium
+haskell-byteorder (1.0.4-13) unstable; urgency=medium
* Declare compliance with Debian policy 4.7.0
+ * Sourceful upload for GHC 9.6
- -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 11 Sep 2024 15:17:02 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Sun, 15 Sep 2024 12:24:21 +0300
haskell-byteorder (1.0.4-12) unstable; urgency=medium
=====================================
p/haskell-data-binary-ieee754/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-data-binary-ieee754 (0.4.4-13) UNRELEASED; urgency=medium
+haskell-data-binary-ieee754 (0.4.4-13) unstable; urgency=medium
* Declare compliance with Debian policy 4.7.0
+ * Sourceful upload for GHC 9.6
- -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 11 Sep 2024 15:17:12 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Sun, 15 Sep 2024 12:24:21 +0300
haskell-data-binary-ieee754 (0.4.4-12) unstable; urgency=medium
=====================================
p/haskell-lazysmallcheck/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-lazysmallcheck (0.6-15) UNRELEASED; urgency=medium
+haskell-lazysmallcheck (0.6-15) unstable; urgency=medium
* Declare compliance with Debian policy 4.7.0
+ * Sourceful upload for GHC 9.6
- -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 11 Sep 2024 15:17:47 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Sun, 15 Sep 2024 12:24:22 +0300
haskell-lazysmallcheck (0.6-14) unstable; urgency=medium
=====================================
p/haskell-statestack/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-statestack (0.3.1.1-2) UNRELEASED; urgency=medium
+haskell-statestack (0.3.1.1-2) unstable; urgency=medium
* Declare compliance with Debian policy 4.7.0
+ * Sourceful upload for GHC 9.6
- -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 11 Sep 2024 15:18:20 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Sun, 15 Sep 2024 12:24:22 +0300
haskell-statestack (0.3.1.1-1) unstable; urgency=medium
=====================================
p/haskell-statestack/debian/patches/newer-deps
=====================================
@@ -0,0 +1,28 @@
+Index: b/statestack.cabal
+===================================================================
+--- a/statestack.cabal
++++ b/statestack.cabal
+@@ -1,5 +1,6 @@
+ Name: statestack
+ Version: 0.3.1.1
++x-revision: 3
+ Synopsis: Simple State-like monad transformer with saveable and restorable state
+ Description: Simple State-like monad transformer where states can be saved to
+ and restored from an internal stack.
+@@ -12,7 +13,7 @@ Category: Control
+ Build-type: Simple
+ Cabal-version: >=1.10
+ Bug-reports: http://github.com/diagrams/statestack/issues
+-Tested-with: GHC ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.6 || ==9.4.4
++Tested-with: GHC ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.5 || ==9.8.2 || ==9.10.1
+ Source-repository head
+ type: git
+ location: git://github.com/diagrams/statestack
+@@ -20,6 +21,6 @@ Source-repository head
+ Library
+ Default-language: Haskell2010
+ Exposed-modules: Control.Monad.StateStack
+- Build-depends: base >= 4.8 && < 4.18,
++ Build-depends: base >= 4.8 && < 4.21,
+ mtl >= 2.1 && < 2.4,
+ transformers >= 0.4 && < 0.7
=====================================
p/haskell-statestack/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
=====================================
p/haskell-tar/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-tar (0.5.1.1-5) UNRELEASED; urgency=medium
+haskell-tar (0.5.1.1-5) unstable; urgency=medium
* Declare compliance with Debian policy 4.7.0
+ * Sourceful upload for GHC 9.6
- -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 11 Sep 2024 15:18:23 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Sun, 15 Sep 2024 12:24:22 +0300
haskell-tar (0.5.1.1-4) unstable; urgency=medium
=====================================
p/haskell-tar/debian/patches/newer-deps
=====================================
@@ -6,7 +6,7 @@ Index: b/tar.cabal
cabal-version: 1.12
name: tar
version: 0.5.1.1
-+x-revision: 5
++x-revision: 10
license: BSD3
license-file: LICENSE
@@ -20,16 +20,20 @@ Index: b/tar.cabal
source-repository head
type: git
-@@ -40,7 +42,7 @@ flag old-bytestring
+@@ -40,24 +42,24 @@ flag old-bytestring
library
- build-depends: base >= 4 && < 4.14,
-+ build-depends: base >= 4 && < 4.18,
- filepath < 1.5,
+- filepath < 1.5,
++ build-depends: base >= 4 && < 4.20,
++ filepath < 1.6,
array < 0.6,
- containers >= 0.2 && < 0.7,
-@@ -49,15 +51,15 @@ library
+- containers >= 0.2 && < 0.7,
+- deepseq >= 1.1 && < 1.5
++ containers >= 0.2 && < 0.8,
++ deepseq >= 1.1 && < 1.6
+
if flag(old-time)
build-depends: directory < 1.2, old-time < 1.2
else
@@ -40,7 +44,7 @@ Index: b/tar.cabal
build-depends: bytestring-builder >= 0.10.4.0.2 && < 0.11, bytestring == 0.9.*
else
- build-depends: bytestring == 0.10.*
-+ build-depends: bytestring >= 0.10 && < 0.12
++ build-depends: bytestring >= 0.10 && < 0.13
if !impl(ghc >= 8.0)
- build-depends: semigroups == 0.18.*
@@ -54,7 +58,7 @@ Index: b/tar.cabal
QuickCheck == 2.*,
- tasty >= 0.10 && <0.12,
- tasty-quickcheck == 0.8.*
-+ tasty >= 0.10 && <1.5,
++ tasty >= 0.10 && <1.6,
+ tasty-quickcheck >= 0.8 && <0.11
if flag(old-time)
=====================================
p/haskell-zlib/debian/changelog
=====================================
@@ -1,12 +1,13 @@
-haskell-zlib (0.6.3.0-3) UNRELEASED; urgency=medium
+haskell-zlib (0.6.3.0-3) unstable; urgency=medium
[ zhangdandan <zhangdandan at loongson.cn> ]
* Use extra --ghc-options in d/rules on loong64 (Closes: #1071167)
[ Ilias Tsitsimpis ]
* Declare compliance with Debian policy 4.7.0
+ * Sourceful upload for GHC 9.6
- -- Gianfranco Costamagna <locutusofborg at debian.org> Tue, 13 Aug 2024 14:25:09 +0200
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Sun, 15 Sep 2024 12:24:22 +0300
haskell-zlib (0.6.3.0-2) unstable; urgency=medium
=====================================
p/haskell-zlib/debian/patches/newer-deps
=====================================
@@ -0,0 +1,44 @@
+Index: b/zlib.cabal
+===================================================================
+--- a/zlib.cabal
++++ b/zlib.cabal
+@@ -1,6 +1,7 @@
+ cabal-version: >= 1.10
+ name: zlib
+ version: 0.6.3.0
++x-revision: 5
+
+ copyright: (c) 2006-2016 Duncan Coutts
+ license: BSD3
+@@ -35,7 +36,10 @@ tested-with: GHC == 7.0.4
+ , GHC == 8.8.4
+ , GHC == 8.10.7
+ , GHC == 9.0.2
+- , GHC == 9.2.2
++ , GHC == 9.2.8
++ , GHC == 9.4.7
++ , GHC == 9.6.3
++ , GHC == 9.8.1
+
+ extra-source-files: changelog
+ README.md
+@@ -94,8 +98,8 @@ library
+ if impl(ghc >= 7.6)
+ other-extensions: CApiFFI
+
+- build-depends: base >= 4 && < 4.18,
+- bytestring >= 0.9 && < 0.12
++ build-depends: base >= 4 && < 4.21,
++ bytestring >= 0.9 && < 0.13
+ if impl(ghc >= 7.0 && < 8.0.3)
+ build-depends: ghc-prim
+
+@@ -131,6 +135,6 @@ test-suite tests
+ default-language: Haskell2010
+ build-depends: base, bytestring, zlib,
+ QuickCheck == 2.*,
+- tasty >= 0.8 && < 1.5,
+- tasty-quickcheck >= 0.8 && < 0.11
++ tasty >= 0.8 && < 1.6,
++ tasty-quickcheck >= 0.8 && < 0.12
+ ghc-options: -Wall
=====================================
p/haskell-zlib/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
=====================================
p/magic-haskell/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-magic-haskell (1.1-12) UNRELEASED; urgency=medium
+magic-haskell (1.1-12) unstable; urgency=medium
* Declare compliance with Debian policy 4.7.0
+ * Sourceful upload for GHC 9.6
- -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 11 Sep 2024 15:18:46 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Sun, 15 Sep 2024 12:20:05 +0300
magic-haskell (1.1-11) unstable; urgency=medium
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/b73191be1bcaab461c885ecf6b82c36e52b956fb...262ba366be7e699f92942c6d270d9a4d71fb2549
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/b73191be1bcaab461c885ecf6b82c36e52b956fb...262ba366be7e699f92942c6d270d9a4d71fb2549
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/20240915/d80a0df3/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list