[Git][haskell-team/DHG_packages][master] 6 commits: HaXml: Upgrading from 1.25.11 to 1.25.13
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Fri Oct 6 12:54:49 BST 2023
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
a5063366 by Ilias Tsitsimpis at 2023-10-06T14:37:48+03:00
HaXml: Upgrading from 1.25.11 to 1.25.13
- - - - -
d98b5e39 by Ilias Tsitsimpis at 2023-10-06T14:38:44+03:00
conduit: Upgrading from 1.3.4.3 to 1.3.5
- - - - -
73debf30 by Ilias Tsitsimpis at 2023-10-06T14:53:16+03:00
http-api-data: Upgrading from 0.4.3 to 0.5
- - - - -
3e0d492d by Ilias Tsitsimpis at 2023-10-06T14:53:16+03:00
http-client: Upgrading from 0.7.13.1 to 0.7.14
- - - - -
8093069b by Ilias Tsitsimpis at 2023-10-06T14:53:16+03:00
statistics: Upgrading from 0.16.1.0 to 0.16.2.0
- - - - -
1f3f9b2c by Ilias Tsitsimpis at 2023-10-06T14:53:16+03:00
web-routes: Upgrading from 0.27.14.4 to 0.27.15
- - - - -
13 changed files:
- p/haskell-conduit/debian/changelog
- p/haskell-conduit/debian/control
- p/haskell-http-api-data/debian/changelog
- p/haskell-http-api-data/debian/control
- p/haskell-http-api-data/debian/patches/newer-deps
- p/haskell-http-client/debian/changelog
- p/haskell-http-client/debian/control
- p/haskell-statistics/debian/changelog
- p/haskell-statistics/debian/control
- p/haskell-web-routes/debian/changelog
- p/haskell-web-routes/debian/control
- p/haxml/debian/changelog
- p/haxml/debian/control
Changes:
=====================================
p/haskell-conduit/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-conduit (1.3.4.3-2) UNRELEASED; urgency=medium
+haskell-conduit (1.3.5-1) unstable; urgency=medium
* Declare compliance with Debian policy 4.6.2
+ * New upstream release
- -- Ilias Tsitsimpis <iliastsi at debian.org> Sun, 27 Aug 2023 12:33:35 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Fri, 06 Oct 2023 14:38:44 +0300
haskell-conduit (1.3.4.3-1) unstable; urgency=medium
=====================================
p/haskell-conduit/debian/control
=====================================
@@ -7,7 +7,7 @@ Rules-Requires-Root: no
Build-Depends: debhelper (>= 10),
haskell-devscripts-minimal | haskell-devscripts (>= 0.8),
cdbs,
- ghc (>= 8.4.3),
+ ghc (>= 9.4),
ghc-prof,
libghc-exceptions-dev,
libghc-exceptions-prof,
@@ -16,7 +16,7 @@ Build-Depends: debhelper (>= 10),
libghc-primitive-dev,
libghc-primitive-prof,
libghc-resourcet-dev (>= 1.2),
- libghc-resourcet-dev (<< 1.3),
+ libghc-resourcet-dev (<< 1.4),
libghc-resourcet-prof,
libghc-unliftio-core-dev,
libghc-unliftio-core-prof,
=====================================
p/haskell-http-api-data/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-http-api-data (0.4.3-2) UNRELEASED; urgency=medium
+haskell-http-api-data (0.5-1) unstable; urgency=medium
* Declare compliance with Debian policy 4.6.2
+ * New upstream release
- -- Ilias Tsitsimpis <iliastsi at debian.org> Sun, 27 Aug 2023 12:34:03 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Fri, 06 Oct 2023 14:40:17 +0300
haskell-http-api-data (0.4.3-1) unstable; urgency=medium
=====================================
p/haskell-http-api-data/debian/control
=====================================
@@ -9,13 +9,13 @@ Build-Depends:
cdbs,
debhelper (>= 10),
haskell-devscripts (>= 0.13),
- ghc (>= 8.4.3),
+ ghc (>= 9.4),
ghc-prof,
libghc-attoparsec-dev (>= 0.13.2.2),
libghc-attoparsec-dev (<< 0.15),
libghc-attoparsec-prof,
- libghc-attoparsec-iso8601-dev (>= 1.0.2.0),
- libghc-attoparsec-iso8601-dev (<< 1.1),
+ libghc-attoparsec-iso8601-dev (>= 1.1.0.0),
+ libghc-attoparsec-iso8601-dev (<< 1.2),
libghc-attoparsec-iso8601-prof,
libghc-base-compat-dev (>= 0.10.5),
libghc-base-compat-dev (<< 0.13),
@@ -50,9 +50,9 @@ Build-Depends:
libghc-base-compat-dev,
libghc-cookie-dev,
hspec-discover (>= 2.7.1),
- hspec-discover (<< 2.10),
+ hspec-discover (<< 2.11),
libghc-hspec-dev (>= 2.7.1),
- libghc-hspec-dev (<< 2.10),
+ libghc-hspec-dev (<< 2.11),
libghc-hspec-prof,
libghc-quickcheck-instances-dev (>= 0.3.25.2),
libghc-quickcheck-instances-dev (<< 0.4),
=====================================
p/haskell-http-api-data/debian/patches/newer-deps
=====================================
@@ -5,81 +5,17 @@ Index: b/http-api-data.cabal
@@ -1,6 +1,7 @@
cabal-version: >= 1.10
name: http-api-data
- version: 0.4.3
-+x-revision: 6
+ version: 0.5
++x-revision: 1
synopsis: Converting to/from HTTP API data like URL pieces, headers and query parameters.
category: Web
-@@ -31,7 +32,9 @@ tested-with:
- GHC==8.4.4,
- GHC==8.6.5,
- GHC==8.8.4,
-- GHC==8.10.3
-+ GHC==8.10.7,
-+ GHC==9.0.1,
-+ GHC==9.2.1
-
- flag use-text-show
- description: Use text-show library for efficient ToHttpApiData implementations.
-@@ -43,11 +46,11 @@ library
+@@ -44,7 +45,7 @@ library
include-dirs: include/
-- GHC bundled
-- build-depends: base >= 4.7 && < 4.15
-+ build-depends: base >= 4.7 && < 4.17
- , bytestring >= 0.10.4.0 && < 0.12
- , containers >= 0.5.5.1 && < 0.7
-- , text >= 1.2.3.0 && < 1.3
-- , transformers >= 0.3 && < 0.6
-+ , text >= 1.2.3.0 && < 1.3 || >=2.0 && <2.1
-+ , transformers >= 0.3 && < 0.7
-
- -- so Semigroup Builder exists
- if impl(ghc >= 8.0)
-@@ -55,11 +58,11 @@ library
-
- -- other-dependencies
- build-depends:
-- attoparsec >= 0.13.2.2 && < 0.14
-+ attoparsec >= 0.13.2.2 && < 0.15
- , attoparsec-iso8601 >= 1.0.2.0 && < 1.1
-- , base-compat >= 0.10.5 && < 0.12
-+ , base-compat >= 0.10.5 && < 0.13
- , cookie >= 0.4.3 && < 0.5
-- , hashable >= 1.2.7.0 && < 1.4
-+ , hashable >= 1.2.7.0 && < 1.5
- , http-types >= 0.12.3 && < 0.13
- , tagged >= 0.8.5 && < 0.9
- , time-compat >= 1.9.5 && < 1.10
-@@ -72,11 +75,11 @@ library
- void >= 0.7.3 && < 0.8
-
- if !impl(ghc >= 8.0)
-- build-depends: semigroups >= 0.18.5 && < 0.20
-+ build-depends: semigroups >= 0.18.5 && < 0.21
-
- if flag(use-text-show)
- cpp-options: -DUSE_TEXT_SHOW
-- build-depends: text-show >= 3.8.2 && <3.9
-+ build-depends: text-show >= 3.8.2 && <3.10
-
- exposed-modules:
- Web.HttpApiData
-@@ -96,7 +99,7 @@ test-suite spec
- hs-source-dirs: test
- ghc-options: -Wall
- default-language: Haskell2010
-- build-tool-depends: hspec-discover:hspec-discover >= 2.7.1 && <2.8
-+ build-tool-depends: hspec-discover:hspec-discover >= 2.7.1 && <2.10
- -- inherited depndencies
- build-depends:
- base
-@@ -113,7 +116,7 @@ test-suite spec
- build-depends: nats
-
- build-depends: HUnit >= 1.6.0.0 && <1.7
-- , hspec >= 2.7.1 && <2.8
-+ , hspec >= 2.7.1 && <2.10
- , QuickCheck >= 2.13.1 && <2.15
- , quickcheck-instances >= 0.3.25.2 && <0.4
-
+- build-depends: base >= 4.9 && < 4.17
++ build-depends: base >= 4.9 && < 4.18
+ , bytestring >= 0.10.8.1 && < 0.12
+ , containers >= 0.5.7.1 && < 0.7
+ , text >= 1.2.3.0 && < 1.3 || >=2.0 && <2.1
=====================================
p/haskell-http-client/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-http-client (0.7.13.1-2) UNRELEASED; urgency=medium
+haskell-http-client (0.7.14-1) unstable; urgency=medium
* Declare compliance with Debian policy 4.6.2
+ * New upstream release
- -- Ilias Tsitsimpis <iliastsi at debian.org> Sun, 27 Aug 2023 12:34:03 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Fri, 06 Oct 2023 14:43:33 +0300
haskell-http-client (0.7.13.1-1) unstable; urgency=medium
=====================================
p/haskell-http-client/debian/control
=====================================
@@ -8,10 +8,10 @@ Rules-Requires-Root: no
Build-Depends:
cdbs,
debhelper (>= 10),
- ghc (>= 8.4.3),
+ ghc (>= 9.4),
ghc-prof,
haskell-devscripts (>= 0.13),
- libghc-async-dev,
+ libghc-async-dev (>= 2.0),
libghc-async-prof,
libghc-base64-bytestring-dev (>= 1.0),
libghc-base64-bytestring-prof,
@@ -44,6 +44,7 @@ Build-Depends:
libghc-streaming-commons-dev (>= 0.1.0.2),
libghc-streaming-commons-dev (<< 0.3),
libghc-streaming-commons-prof,
+ libghc-async-dev,
libghc-blaze-builder-dev,
libghc-case-insensitive-dev,
libghc-hspec-dev,
=====================================
p/haskell-statistics/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-statistics (0.16.1.0-2) UNRELEASED; urgency=medium
+haskell-statistics (0.16.2.0-1) unstable; urgency=medium
* Declare compliance with Debian policy 4.6.2
+ * New upstream release
- -- Ilias Tsitsimpis <iliastsi at debian.org> Sun, 27 Aug 2023 12:34:40 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Fri, 06 Oct 2023 14:46:10 +0300
haskell-statistics (0.16.1.0-1) unstable; urgency=medium
=====================================
p/haskell-statistics/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-aeson-dev (>= 0.6.0.0),
=====================================
p/haskell-web-routes/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-web-routes (0.27.14.4-2) UNRELEASED; urgency=medium
+haskell-web-routes (0.27.15-1) unstable; urgency=medium
* Declare compliance with Debian policy 4.6.2
+ * New upstream release
- -- Ilias Tsitsimpis <iliastsi at debian.org> Sun, 27 Aug 2023 12:34:56 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Fri, 06 Oct 2023 14:46:56 +0300
haskell-web-routes (0.27.14.4-1) unstable; urgency=medium
=====================================
p/haskell-web-routes/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-blaze-builder-dev (<< 0.5),
=====================================
p/haxml/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haxml (1:1.25.11-2) UNRELEASED; urgency=medium
+haxml (1:1.25.13-1) unstable; urgency=medium
* Declare compliance with Debian policy 4.6.2
+ * New upstream release
- -- Ilias Tsitsimpis <iliastsi at debian.org> Sun, 27 Aug 2023 12:35:03 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Fri, 06 Oct 2023 14:37:48 +0300
haxml (1:1.25.11-1) unstable; urgency=medium
=====================================
p/haxml/debian/control
=====================================
@@ -9,7 +9,7 @@ Build-Depends:
cdbs,
haskell-devscripts (>= 0.13),
debhelper (>= 10),
- ghc (>= 8),
+ ghc (>= 9.4),
ghc-prof,
libghc-polyparse-dev (>= 1.12.1),
libghc-polyparse-dev (<< 1.14),
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/074be3f3b29b11246d3e5847ff35d88e97ccfca0...1f3f9b2c0350c4ca392e17730eb72d9b42196f47
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/074be3f3b29b11246d3e5847ff35d88e97ccfca0...1f3f9b2c0350c4ca392e17730eb72d9b42196f47
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/2bd4a2d2/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list