[Git][haskell-team/DHG_packages][master] bsb-http-chunked: Sourceful upload for GHC 9.4

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Sun Aug 27 15:53:28 BST 2023



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


Commits:
88e93c42 by Ilias Tsitsimpis at 2023-08-27T17:52:25+03:00
bsb-http-chunked: Sourceful upload for GHC 9.4

- - - - -


3 changed files:

- p/haskell-bsb-http-chunked/debian/changelog
- p/haskell-bsb-http-chunked/debian/control
- p/haskell-bsb-http-chunked/debian/patches/newer-deps


Changes:

=====================================
p/haskell-bsb-http-chunked/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-bsb-http-chunked (0.0.0.4-5) UNRELEASED; urgency=medium
+haskell-bsb-http-chunked (0.0.0.4-5) 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:29 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sun, 27 Aug 2023 17:50:56 +0300
 
 haskell-bsb-http-chunked (0.0.0.4-4) unstable; urgency=medium
 


=====================================
p/haskell-bsb-http-chunked/debian/control
=====================================
@@ -7,7 +7,7 @@ Rules-Requires-Root: no
 Build-Depends: debhelper (>= 10),
  haskell-devscripts (>= 0.8),
  cdbs,
- ghc,
+ ghc (>= 9.4),
  ghc-prof,
 Build-Depends-Indep: ghc-doc,
 Standards-Version: 4.6.2


=====================================
p/haskell-bsb-http-chunked/debian/patches/newer-deps
=====================================
@@ -1,11 +1,22 @@
+Index: b/bsb-http-chunked.cabal
+===================================================================
 --- a/bsb-http-chunked.cabal
 +++ b/bsb-http-chunked.cabal
-@@ -36,7 +36,7 @@
+@@ -1,5 +1,6 @@
+ Name:                bsb-http-chunked
+ Version:             0.0.0.4
++x-revision: 3
+ Synopsis:            Chunked HTTP transfer encoding for bytestring builders
+ 
+ Description:         This library contains functions for encoding [bytestring
+@@ -36,8 +37,8 @@ Source-repository head
  
  Library
    exposed-modules:   Data.ByteString.Builder.HTTP.Chunked
 -  build-depends:     base >= 4.8 && < 4.13,
+-                     bytestring >= 0.10.2 && < 0.11
 +  build-depends:     base >= 4.8 && < 5,
-                      bytestring >= 0.10.2 && < 0.11
++                     bytestring >= 0.10.2 && < 0.12
    ghc-options:       -Wall -O2
    if impl(ghc >= 8.0)
+     ghc-options:     -Wcompat



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/88e93c42804f8b56432b0d327663fdda27972217

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/88e93c42804f8b56432b0d327663fdda27972217
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/20230827/c08dc9af/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list