[Git][haskell-team/DHG_packages][master] 5 commits: hdbc-postgresql: Sourceful upload for GHC 9.4

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Sat Sep 2 20:46:02 BST 2023



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


Commits:
57906693 by Ilias Tsitsimpis at 2023-09-02T22:38:49+03:00
hdbc-postgresql: Sourceful upload for GHC 9.4

- - - - -
d0509cf9 by Ilias Tsitsimpis at 2023-09-02T22:38:49+03:00
hdbc-sqlite3: Sourceful upload for GHC 9.4

- - - - -
32d6115b by Ilias Tsitsimpis at 2023-09-02T22:44:24+03:00
hslogger: Sourceful upload for GHC 9.4

- - - - -
bc074df2 by Ilias Tsitsimpis at 2023-09-02T22:44:24+03:00
xmonad-contrib: Sourceful upload for GHC 9.4

- - - - -
6ccddbf1 by Ilias Tsitsimpis at 2023-09-02T22:44:24+03:00
xmonad-wallpaper: Sourceful upload for GHC 9.4

- - - - -


11 changed files:

- p/hdbc-postgresql/debian/changelog
- p/hdbc-postgresql/debian/control
- p/hdbc-sqlite3/debian/changelog
- p/hdbc-sqlite3/debian/control
- p/hslogger/debian/changelog
- p/hslogger/debian/control
- p/hslogger/debian/patches/newer-deps
- p/xmonad-contrib/debian/changelog
- p/xmonad-contrib/debian/control
- p/xmonad-wallpaper/debian/changelog
- p/xmonad-wallpaper/debian/control


Changes:

=====================================
p/hdbc-postgresql/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-hdbc-postgresql (2.5.0.1-2) UNRELEASED; urgency=medium
+hdbc-postgresql (2.5.0.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:35:03 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sat, 02 Sep 2023 22:38:39 +0300
 
 hdbc-postgresql (2.5.0.1-1) unstable; urgency=medium
 


=====================================
p/hdbc-postgresql/debian/control
=====================================
@@ -9,7 +9,7 @@ Build-Depends:
  cdbs,
  cpphs,
  debhelper (>= 10),
- ghc (>= 8.4.3),
+ ghc (>= 9.4),
  ghc-prof,
  haddock,
  haskell-devscripts (>= 0.13),


=====================================
p/hdbc-sqlite3/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-hdbc-sqlite3 (2.3.3.1-10) UNRELEASED; urgency=medium
+hdbc-sqlite3 (2.3.3.1-10) 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:35:03 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sat, 02 Sep 2023 22:38:39 +0300
 
 hdbc-sqlite3 (2.3.3.1-9) unstable; urgency=medium
 


=====================================
p/hdbc-sqlite3/debian/control
=====================================
@@ -9,7 +9,7 @@ Build-Depends:
  cdbs,
  cpphs,
  debhelper (>= 10),
- ghc (>= 8.4.3),
+ ghc (>= 9.4),
  ghc-prof,
  haddock,
  haskell-devscripts (>= 0.13),


=====================================
p/hslogger/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-hslogger (1.3.1.0+dfsg-2) UNRELEASED; urgency=medium
+hslogger (1.3.1.0+dfsg-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:35:03 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sat, 02 Sep 2023 22:38:39 +0300
 
 hslogger (1.3.1.0+dfsg-1) unstable; urgency=medium
 


=====================================
p/hslogger/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-network-dev (>= 3.0),


=====================================
p/hslogger/debian/patches/newer-deps
=====================================
@@ -2,26 +2,77 @@ Index: b/hslogger.cabal
 ===================================================================
 --- a/hslogger.cabal
 +++ b/hslogger.cabal
-@@ -2,6 +2,7 @@ cabal-version: 1.12
+@@ -2,15 +2,16 @@ cabal-version: 1.12
  build-type: Simple
  name: hslogger
  version: 1.3.1.0
-+x-revision: 5
++x-revision: 8
  
- maintainer: hvr at gnu.org
+-maintainer: hvr at gnu.org
++maintainer: https://github.com/haskell-hvr/hslogger
  author: John Goerzen
-@@ -64,11 +65,11 @@ library
+ copyright: Copyright (c) 2004-2018 John Goerzen
+                    , (c) 2019      Herbert Valerio Riedel
+ license: BSD3
+ license-file: LICENSE
+-homepage: https://github.com/hvr/hslogger/wiki
+-bug-reports: https://github.com/hvr/hslogger/issues
++homepage: https://github.com/haskell-hvr/hslogger/wiki
++bug-reports: https://github.com/haskell-hvr/hslogger/issues
+ category: Interfaces
+ synopsis: Versatile logging framework
+ description:
+@@ -35,11 +36,26 @@ extra-source-files:
+     testsrc/runtests.hs
+ 
+ tested-with:
+-  GHC ==7.0.4 || ==7.2.2 || ==7.4.2 || ==7.6.3 || ==7.8.4 || ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.4
++  GHC == 9.6.2
++  GHC == 9.4.5
++  GHC == 9.2.8
++  GHC == 9.0.2
++  GHC == 8.10.7
++  GHC == 8.8.4
++  GHC == 8.6.5
++  GHC == 8.4.4
++  GHC == 8.2.2
++  GHC == 8.0.2
++  GHC == 7.10.3
++  GHC == 7.8.4
++  GHC == 7.6.3
++  GHC == 7.4.2
++  GHC == 7.2.2
++  GHC == 7.0.4
+ 
+ source-repository head
+   type: git
+-  location: http://github.com/hvr/hslogger.git
++  location: http://github.com/haskell-hvr/hslogger.git
+ 
+ flag network--GT-3_0_0
+   description: [network](http://hackage.haskell.org/package/network) ≥ 3.0.0
+@@ -64,11 +80,11 @@ library
      other-extensions: CPP ExistentialQuantification DeriveDataTypeable
  
      build-depends:
 -        base       >= 4.3 && < 4.14
 -      , bytestring >= 0.9 && < 0.11
-+        base       >= 4.3 && < 4.17
-+      , bytestring >= 0.9 && < 0.12
++        base       >= 4.3 && < 5
++      , bytestring >= 0.9 && < 0.13
        , containers >= 0.4 && < 0.7
-       , deepseq    >= 1.1 && < 1.5
+-      , deepseq    >= 1.1 && < 1.5
 -      , time       >= 1.2 && < 1.10
++      , deepseq    >= 1.1 && < 1.6
 +      , time       >= 1.2 && < 1.13
        , old-locale >= 1.0 && < 1.1
  
      if flag(network--GT-3_0_0)
+@@ -78,7 +94,7 @@ library
+       build-depends: network >= 2.6 && <2.9
+ 
+     if !os(windows)
+-      Build-Depends: unix >= 2.4.2 && < 2.8
++      Build-Depends: unix >= 2.4.2 && < 2.9
+ 
+     if !impl(ghc >= 7.6)
+       build-depends: ghc-prim


=====================================
p/xmonad-contrib/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-xmonad-contrib (0.17.1-2) UNRELEASED; urgency=medium
+xmonad-contrib (0.17.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:35:04 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sat, 02 Sep 2023 22:38:39 +0300
 
 xmonad-contrib (0.17.1-1) unstable; urgency=medium
 


=====================================
p/xmonad-contrib/debian/control
=====================================
@@ -10,7 +10,7 @@ Build-Depends:
  haskell-devscripts (>= 0.13),
  cdbs,
  debhelper (>= 10),
- ghc (>= 8.4.3),
+ ghc (>= 9.4),
  ghc-prof,
  libghc-x11-dev (>= 1.10),
  libghc-x11-dev (<< 1.11),


=====================================
p/xmonad-wallpaper/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-xmonad-wallpaper (0.0.1.5-3) UNRELEASED; urgency=medium
+xmonad-wallpaper (0.0.1.5-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:35:05 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sat, 02 Sep 2023 22:38:40 +0300
 
 xmonad-wallpaper (0.0.1.5-2) unstable; urgency=medium
 


=====================================
p/xmonad-wallpaper/debian/control
=====================================
@@ -8,7 +8,7 @@ Rules-Requires-Root: no
 Build-Depends: debhelper (>= 10),
  haskell-devscripts-minimal | haskell-devscripts (>= 0.9),
  cdbs,
- ghc (>= 8.4.3),
+ ghc (>= 9.4),
  ghc-prof,
  libghc-magic-dev (>= 1.1),
  libghc-magic-dev (<< 1.2),



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/f8dee059267733d0a43336ae70bace30137fe700...6ccddbf1d5e7f4e392cf0ee85936f23a14165c7f

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/f8dee059267733d0a43336ae70bace30137fe700...6ccddbf1d5e7f4e392cf0ee85936f23a14165c7f
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/20230902/3b01159f/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list