[Git][haskell-team/DHG_packages][master] 10 commits: connection: Sourceful upload for GHC 9.4

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Mon Oct 23 07:43:47 BST 2023



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


Commits:
7541f8c7 by Ilias Tsitsimpis at 2023-10-23T09:26:17+03:00
connection: Sourceful upload for GHC 9.4

- - - - -
7121a9e5 by Ilias Tsitsimpis at 2023-10-23T09:26:17+03:00
hspec-wai: Sourceful upload for GHC 9.4

- - - - -
d82f4cb8 by Ilias Tsitsimpis at 2023-10-23T09:26:17+03:00
jwt: Sourceful upload for GHC 9.4

- - - - -
d3ed9ab4 by Ilias Tsitsimpis at 2023-10-23T09:26:17+03:00
tls-session-manager: Sourceful upload for GHC 9.4

- - - - -
934c4290 by Ilias Tsitsimpis at 2023-10-23T09:26:17+03:00
wai-handler-launch: Sourceful upload for GHC 9.4

- - - - -
3858b8a5 by Ilias Tsitsimpis at 2023-10-23T09:26:18+03:00
wai-http2-extra: Sourceful upload for GHC 9.4

- - - - -
23640027 by Ilias Tsitsimpis at 2023-10-23T09:26:18+03:00
wai-websockets: Sourceful upload for GHC 9.4

- - - - -
c98b7690 by Ilias Tsitsimpis at 2023-10-23T09:37:03+03:00
esqueleto: Upgrading from 3.5.10.1 to 3.5.10.3

- - - - -
0d15aaf6 by Ilias Tsitsimpis at 2023-10-23T09:37:03+03:00
hedis: Upgrading from 0.15.1 to 0.15.2

- - - - -
84bb768c by Ilias Tsitsimpis at 2023-10-23T09:41:17+03:00
yesod-core: Upgrading from 1.6.24.0 to 1.6.24.5

- - - - -


23 changed files:

- p/haskell-connection/debian/changelog
- p/haskell-connection/debian/control
- p/haskell-esqueleto/debian/changelog
- p/haskell-esqueleto/debian/control
- p/haskell-esqueleto/debian/patches/disable-network-tests
- p/haskell-hedis/debian/changelog
- p/haskell-hedis/debian/control
- p/haskell-hspec-wai/debian/changelog
- p/haskell-hspec-wai/debian/control
- p/haskell-jwt/debian/changelog
- p/haskell-jwt/debian/control
- p/haskell-tls-session-manager/debian/changelog
- p/haskell-tls-session-manager/debian/control
- p/haskell-wai-handler-launch/debian/changelog
- p/haskell-wai-handler-launch/debian/control
- p/haskell-wai-http2-extra/debian/changelog
- p/haskell-wai-http2-extra/debian/control
- p/haskell-wai-websockets/debian/changelog
- p/haskell-wai-websockets/debian/control
- p/haskell-yesod-core/debian/changelog
- p/haskell-yesod-core/debian/control
- + p/haskell-yesod-core/debian/patches/no-attoparsec-aeson
- + p/haskell-yesod-core/debian/patches/series


Changes:

=====================================
p/haskell-connection/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-connection (0.3.1-4) UNRELEASED; urgency=medium
+haskell-connection (0.3.1-4) 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:36 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Mon, 23 Oct 2023 09:26:17 +0300
 
 haskell-connection (0.3.1-3) unstable; urgency=medium
 


=====================================
p/haskell-connection/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-basement-dev,


=====================================
p/haskell-esqueleto/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-esqueleto (3.5.10.3-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Mon, 23 Oct 2023 09:29:20 +0300
+
 haskell-esqueleto (3.5.10.1-1) unstable; urgency=medium
 
   [ Ilias Tsitsimpis ]


=====================================
p/haskell-esqueleto/debian/control
=====================================
@@ -7,7 +7,7 @@ Rules-Requires-Root: no
 Build-Depends: debhelper (>= 10),
  haskell-devscripts (>= 0.13),
  cdbs,
- ghc (>= 8.4.3),
+ ghc (>= 9.4),
  ghc-prof,
  libghc-aeson-dev (>= 1.0),
  libghc-aeson-prof,


=====================================
p/haskell-esqueleto/debian/patches/disable-network-tests
=====================================
@@ -28,7 +28,7 @@ Index: b/esqueleto.cabal
 ===================================================================
 --- a/esqueleto.cabal
 +++ b/esqueleto.cabal
-@@ -91,7 +91,6 @@ test-suite specs
+@@ -94,7 +94,6 @@ test-suite specs
          PostgreSQL.MigrateJSON
          SQLite.Test
          PostgreSQL.Test
@@ -36,7 +36,7 @@ Index: b/esqueleto.cabal
      default-extensions:
          RankNTypes
      hs-source-dirs:
-@@ -111,10 +110,7 @@ test-suite specs
+@@ -114,10 +113,7 @@ test-suite specs
        , hspec-core
        , monad-logger
        , mtl


=====================================
p/haskell-hedis/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-hedis (0.15.1-2) UNRELEASED; urgency=medium
+haskell-hedis (0.15.2-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:58 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Mon, 23 Oct 2023 09:29:59 +0300
 
 haskell-hedis (0.15.1-1) unstable; urgency=medium
 


=====================================
p/haskell-hedis/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-dev,


=====================================
p/haskell-hspec-wai/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-hspec-wai (0.11.1-2) UNRELEASED; urgency=medium
+haskell-hspec-wai (0.11.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:02 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Mon, 23 Oct 2023 09:26:17 +0300
 
 haskell-hspec-wai (0.11.1-1) unstable; urgency=medium
 


=====================================
p/haskell-hspec-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-base-compat-dev,


=====================================
p/haskell-jwt/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-jwt (0.11.0-2) UNRELEASED; urgency=medium
+haskell-jwt (0.11.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:34:08 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Mon, 23 Oct 2023 09:26:17 +0300
 
 haskell-jwt (0.11.0-1) unstable; urgency=medium
 


=====================================
p/haskell-jwt/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-aeson-dev (>= 0.7),


=====================================
p/haskell-tls-session-manager/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-tls-session-manager (0.0.4-3) UNRELEASED; urgency=medium
+haskell-tls-session-manager (0.0.4-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:34:49 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Mon, 23 Oct 2023 09:26:17 +0300
 
 haskell-tls-session-manager (0.0.4-2) unstable; urgency=medium
 


=====================================
p/haskell-tls-session-manager/debian/control
=====================================
@@ -7,7 +7,7 @@ Rules-Requires-Root: no
 Build-Depends: debhelper (>= 10),
  haskell-devscripts-minimal | haskell-devscripts (>= 0.8),
  cdbs,
- ghc,
+ ghc (>= 9.4),
  ghc-prof,
  libghc-auto-update-dev,
  libghc-auto-update-prof,


=====================================
p/haskell-wai-handler-launch/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-wai-handler-launch (3.0.3.1-3) UNRELEASED; urgency=medium
+haskell-wai-handler-launch (3.0.3.1-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:34:55 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Mon, 23 Oct 2023 09:26:17 +0300
 
 haskell-wai-handler-launch (3.0.3.1-2) unstable; urgency=medium
 


=====================================
p/haskell-wai-handler-launch/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-async-dev,


=====================================
p/haskell-wai-http2-extra/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-wai-http2-extra (0.1.3-3) UNRELEASED; urgency=medium
+haskell-wai-http2-extra (0.1.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:34:55 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Mon, 23 Oct 2023 09:26:18 +0300
 
 haskell-wai-http2-extra (0.1.3-2) unstable; urgency=medium
 


=====================================
p/haskell-wai-http2-extra/debian/control
=====================================
@@ -7,7 +7,7 @@ Rules-Requires-Root: no
 Build-Depends: debhelper (>= 10),
  haskell-devscripts-minimal | haskell-devscripts (>= 0.8),
  cdbs,
- ghc,
+ ghc (>= 9.4),
  ghc-prof,
  libghc-http-types-dev,
  libghc-http-types-prof,


=====================================
p/haskell-wai-websockets/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-wai-websockets (3.0.1.2-6) UNRELEASED; urgency=medium
+haskell-wai-websockets (3.0.1.2-6) 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:56 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Mon, 23 Oct 2023 09:26:18 +0300
 
 haskell-wai-websockets (3.0.1.2-5) unstable; urgency=medium
 


=====================================
p/haskell-wai-websockets/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-case-insensitive-dev (>= 0.2),


=====================================
p/haskell-yesod-core/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-yesod-core (1.6.24.0-2) UNRELEASED; urgency=medium
+haskell-yesod-core (1.6.24.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:35:00 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Mon, 23 Oct 2023 09:34:50 +0300
 
 haskell-yesod-core (1.6.24.0-1) unstable; urgency=medium
 


=====================================
p/haskell-yesod-core/debian/control
=====================================
@@ -8,12 +8,11 @@ Rules-Requires-Root: no
 Build-Depends:
  cdbs,
  debhelper (>= 10),
- ghc (>= 8.4.3),
+ ghc (>= 9.4),
  ghc-prof,
  haskell-devscripts (>= 0.13),
  libghc-aeson-dev (>= 1.0),
  libghc-aeson-prof,
- libghc-async-dev,
  libghc-auto-update-dev,
  libghc-auto-update-prof,
  libghc-blaze-html-dev (>= 0.5),
@@ -68,7 +67,7 @@ Build-Depends:
  libghc-unordered-containers-dev (>= 0.2),
  libghc-unordered-containers-prof,
  libghc-vector-dev (>= 0.9),
- libghc-vector-dev (<< 0.13),
+ libghc-vector-dev (<< 0.14),
  libghc-vector-prof,
  libghc-wai-dev (>= 3.2),
  libghc-wai-prof,


=====================================
p/haskell-yesod-core/debian/patches/no-attoparsec-aeson
=====================================
@@ -0,0 +1,12 @@
+Index: b/yesod-core.cabal
+===================================================================
+--- a/yesod-core.cabal
++++ b/yesod-core.cabal
+@@ -27,7 +27,6 @@ library
+ 
+     build-depends:   base                  >= 4.10     && < 5
+                    , aeson                 >= 1.0
+-                   , attoparsec-aeson      >= 2.1
+                    , auto-update
+                    , blaze-html            >= 0.5
+                    , blaze-markup          >= 0.7.1


=====================================
p/haskell-yesod-core/debian/patches/series
=====================================
@@ -0,0 +1 @@
+no-attoparsec-aeson



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/b1c4def3f0da24793fc830ac23d572d3a99aba32...84bb768cbb655bf0ba4291255b6af9dce1ac2646

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/b1c4def3f0da24793fc830ac23d572d3a99aba32...84bb768cbb655bf0ba4291255b6af9dce1ac2646
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/20231023/4e56b8fb/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list