[Git][haskell-team/DHG_packages][master] 5 commits: cassava-megaparsec: Sourceful upload for GHC 9.4
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Fri Oct 6 12:31:52 BST 2023
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
259a1902 by Ilias Tsitsimpis at 2023-10-06T14:30:30+03:00
cassava-megaparsec: Sourceful upload for GHC 9.4
- - - - -
d5556429 by Ilias Tsitsimpis at 2023-10-06T14:30:30+03:00
chart-cairo: Sourceful upload for GHC 9.4
- - - - -
0b9a9179 by Ilias Tsitsimpis at 2023-10-06T14:30:30+03:00
focuslist: Sourceful upload for GHC 9.4
- - - - -
52282e53 by Ilias Tsitsimpis at 2023-10-06T14:30:30+03:00
mutable-containers: Sourceful upload for GHC 9.4
- - - - -
3fe301b0 by Ilias Tsitsimpis at 2023-10-06T14:30:30+03:00
wai: Sourceful upload for GHC 9.4
- - - - -
13 changed files:
- p/haskell-cassava-megaparsec/debian/changelog
- p/haskell-cassava-megaparsec/debian/control
- + p/haskell-cassava-megaparsec/debian/patches/newer-deps
- + p/haskell-cassava-megaparsec/debian/patches/series
- p/haskell-chart-cairo/debian/changelog
- p/haskell-chart-cairo/debian/control
- p/haskell-chart-cairo/debian/patches/newer-deps
- p/haskell-focuslist/debian/changelog
- p/haskell-focuslist/debian/control
- p/haskell-mutable-containers/debian/changelog
- p/haskell-mutable-containers/debian/control
- p/haskell-wai/debian/changelog
- p/haskell-wai/debian/control
Changes:
=====================================
p/haskell-cassava-megaparsec/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-cassava-megaparsec (2.0.4-2) UNRELEASED; urgency=medium
+haskell-cassava-megaparsec (2.0.4-2) unstable; urgency=medium
* Declare compliance with Debian policy 4.6.2
+ * Sourceful upload for GHC 9.4
- -- Ilias Tsitsimpis <iliastsi at debian.org> Sun, 27 Aug 2023 12:33:31 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Fri, 06 Oct 2023 14:24:40 +0300
haskell-cassava-megaparsec (2.0.4-1) unstable; urgency=medium
=====================================
p/haskell-cassava-megaparsec/debian/control
=====================================
@@ -6,7 +6,7 @@ Section: haskell
Build-Depends: debhelper (>= 10),
haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
cdbs,
- ghc,
+ ghc (>= 9.4),
ghc-prof,
libghc-cassava-dev (>= 0.4.2),
libghc-cassava-dev (<< 0.6),
@@ -16,16 +16,13 @@ Build-Depends: debhelper (>= 10),
libghc-megaparsec-prof,
libghc-unordered-containers-dev (>= 0.2.7),
libghc-unordered-containers-dev (<< 0.3),
- libghc-unordered-containers-prof (>= 0.2.7),
- libghc-unordered-containers-prof (<< 0.3),
+ libghc-unordered-containers-prof
libghc-vector-dev (>= 0.11),
- libghc-vector-dev (<< 0.13),
- libghc-vector-prof (>= 0.11),
- libghc-vector-prof (<< 0.13),
+ libghc-vector-dev (<< 0.14),
+ libghc-vector-prof,
libghc-hspec-dev (>= 2.0),
libghc-hspec-dev (<< 3.0),
- libghc-hspec-prof (>= 2.0),
- libghc-hspec-prof (<< 3.0),
+ libghc-hspec-prof,
Build-Depends-Indep: ghc-doc,
libghc-cassava-doc,
libghc-megaparsec-doc,
=====================================
p/haskell-cassava-megaparsec/debian/patches/newer-deps
=====================================
@@ -0,0 +1,40 @@
+Index: b/cassava-megaparsec.cabal
+===================================================================
+--- a/cassava-megaparsec.cabal
++++ b/cassava-megaparsec.cabal
+@@ -1,7 +1,16 @@
+ name: cassava-megaparsec
+ version: 2.0.4
++x-revision: 1
+ cabal-version: 1.18
+-tested-with: GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.3, GHC==8.6.1
++tested-with:
++ GHC == 9.4.4
++ GHC == 9.2.5
++ GHC == 9.0.2
++ GHC == 8.10.7
++ GHC == 8.8.4
++ GHC == 8.6.5
++ GHC == 8.4.4
++ GHC == 8.2.2
+ license: MIT
+ license-file: LICENSE.md
+ author: Mark Karpov <markkarpov92 at gmail.org>
+@@ -30,7 +39,7 @@ library
+ , cassava >= 0.4.2 && < 0.6
+ , megaparsec >= 7.0 && < 10.0
+ , unordered-containers >= 0.2.7 && < 0.3
+- , vector >= 0.11 && < 0.13
++ , vector >= 0.11 && < 0.14
+ exposed-modules: Data.Csv.Parser.Megaparsec
+ , Data.Csv.Parser.Megaparsec.Internals
+ if flag(dev)
+@@ -55,7 +64,7 @@ test-suite tests
+ , cassava-megaparsec
+ , hspec >= 2.0 && < 3.0
+ , hspec-megaparsec >= 2.0 && < 3.0
+- , vector >= 0.11 && < 0.13
++ , vector >= 0.11 && < 0.14
+ if flag(dev)
+ ghc-options: -Wall -Werror
+ else
=====================================
p/haskell-cassava-megaparsec/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
=====================================
p/haskell-chart-cairo/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-chart-cairo (1.9.3-3) UNRELEASED; urgency=medium
+haskell-chart-cairo (1.9.3-3) unstable; urgency=medium
* Declare compliance with Debian policy 4.6.2
+ * Sourceful upload for GHC 9.4
- -- Ilias Tsitsimpis <iliastsi at debian.org> Sun, 27 Aug 2023 12:33:32 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Fri, 06 Oct 2023 14:24:40 +0300
haskell-chart-cairo (1.9.3-2) unstable; urgency=medium
=====================================
p/haskell-chart-cairo/debian/control
=====================================
@@ -8,7 +8,7 @@ Rules-Requires-Root: no
Build-Depends:
cdbs,
debhelper (>= 10),
- ghc (>= 8.4.3),
+ ghc (>= 9.4),
ghc-prof,
haskell-devscripts (>= 0.13),
libghc-chart-dev (>= 1.9),
@@ -22,7 +22,7 @@ Build-Depends:
libghc-data-default-class-dev (<< 0.2),
libghc-data-default-class-prof,
libghc-lens-dev (>= 3.9),
- libghc-lens-dev (<< 5.2),
+ libghc-lens-dev (<< 5.3),
libghc-lens-prof,
libghc-operational-dev (<< 0.3),
libghc-operational-dev (>= 0.2.2),
=====================================
p/haskell-chart-cairo/debian/patches/newer-deps
=====================================
@@ -5,7 +5,7 @@ Index: b/Chart-cairo.cabal
@@ -1,5 +1,6 @@
Name: Chart-cairo
Version: 1.9.3
-+x-revision: 3
++x-revision: 4
License: BSD3
License-file: LICENSE
Copyright: Tim Docker, 2006-2014
@@ -14,7 +14,7 @@ Index: b/Chart-cairo.cabal
, data-default-class < 0.2
, operational >= 0.2.2 && < 0.3
- , lens >= 3.9 && < 4.19
-+ , lens >= 3.9 && < 5.2
++ , lens >= 3.9 && < 5.3
, Chart >= 1.9 && < 1.10
Exposed-modules:
=====================================
p/haskell-focuslist/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-focuslist (0.1.1.0-2) UNRELEASED; urgency=medium
+haskell-focuslist (0.1.1.0-2) unstable; urgency=medium
* Declare compliance with Debian policy 4.6.2
+ * Sourceful upload for GHC 9.4
- -- Ilias Tsitsimpis <iliastsi at debian.org> Sun, 27 Aug 2023 12:33:49 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Fri, 06 Oct 2023 14:24:40 +0300
haskell-focuslist (0.1.1.0-1) unstable; urgency=medium
=====================================
p/haskell-focuslist/debian/control
=====================================
@@ -6,7 +6,7 @@ Section: haskell
Build-Depends: debhelper (>= 10),
haskell-devscripts-minimal | haskell-devscripts (>= 0.8),
cdbs,
- ghc,
+ ghc (>= 9.4),
ghc-prof,
libghc-quickcheck2-dev (>= 2.11.3),
libghc-quickcheck2-prof,
=====================================
p/haskell-mutable-containers/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-mutable-containers (0.3.4.1-2) UNRELEASED; urgency=medium
+haskell-mutable-containers (0.3.4.1-2) unstable; urgency=medium
* Declare compliance with Debian policy 4.6.2
+ * Sourceful upload for GHC 9.4
- -- Ilias Tsitsimpis <iliastsi at debian.org> Sun, 27 Aug 2023 12:34:18 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Fri, 06 Oct 2023 14:24:40 +0300
haskell-mutable-containers (0.3.4.1-1) unstable; urgency=medium
=====================================
p/haskell-mutable-containers/debian/control
=====================================
@@ -8,7 +8,7 @@ Rules-Requires-Root: no
Build-Depends:
cdbs,
debhelper (>= 10),
- ghc (>= 8),
+ ghc (>= 9.4),
ghc-prof,
haskell-devscripts (>= 0.13),
libghc-hspec-dev,
=====================================
p/haskell-wai/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-wai (3.2.3-2) UNRELEASED; urgency=medium
+haskell-wai (3.2.3-2) unstable; urgency=medium
* Declare compliance with Debian policy 4.6.2
+ * Sourceful upload for GHC 9.4
- -- Ilias Tsitsimpis <iliastsi at debian.org> Sun, 27 Aug 2023 12:34:55 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Fri, 06 Oct 2023 14:24:40 +0300
haskell-wai (3.2.3-1) unstable; urgency=medium
=====================================
p/haskell-wai/debian/control
=====================================
@@ -8,7 +8,7 @@ Rules-Requires-Root: no
Build-Depends:
cdbs,
debhelper (>= 10),
- ghc (>= 8.4.3),
+ ghc (>= 9.4),
ghc-prof,
haskell-devscripts (>= 0.13),
libghc-http-types-dev (>= 0.7),
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/a85ff53213243d8e178227dfed749e5a681dc3d1...3fe301b078a9fadde16ed86cdcb55764caf8ddec
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/a85ff53213243d8e178227dfed749e5a681dc3d1...3fe301b078a9fadde16ed86cdcb55764caf8ddec
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/20231006/b08b39d9/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list