pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/hs-bsb-http-chunked Fix build with GHC 9.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9922b6c02c3b
branches:  trunk
changeset: 373300:9922b6c02c3b
user:      pho <pho%pkgsrc.org@localhost>
date:      Fri Feb 11 01:13:44 2022 +0000

description:
Fix build with GHC 9.2

diffstat:

 www/hs-bsb-http-chunked/distinfo                             |   4 ++--
 www/hs-bsb-http-chunked/patches/patch-bsb-http-chunked.cabal |  10 ++++++----
 2 files changed, 8 insertions(+), 6 deletions(-)

diffs (37 lines):

diff -r 9accf346bdb8 -r 9922b6c02c3b www/hs-bsb-http-chunked/distinfo
--- a/www/hs-bsb-http-chunked/distinfo  Fri Feb 11 01:13:15 2022 +0000
+++ b/www/hs-bsb-http-chunked/distinfo  Fri Feb 11 01:13:44 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 11:29:30 nia Exp $
+$NetBSD: distinfo,v 1.4 2022/02/11 01:13:44 pho Exp $
 
 BLAKE2s (bsb-http-chunked-0.0.0.4.tar.gz) = 133740e61a608abffdeabf5be56eb1959db9a99f4005d9f8db2d02ae438139c6
 SHA512 (bsb-http-chunked-0.0.0.4.tar.gz) = 74c04c2fd372067c42d3631cdfc2ad7093c0c3af1145833ab307c538dbb936d2042492d4e81c520c3adde8634df29ff8558822f06f226c52d16abb4a35ab1a13
 Size (bsb-http-chunked-0.0.0.4.tar.gz) = 6630 bytes
-SHA1 (patch-bsb-http-chunked.cabal) = 395689e2b5b74943e4a077bb26ea1389fe2318bc
+SHA1 (patch-bsb-http-chunked.cabal) = 18ceaeb802ce45a0beefd5e27fa01239601f35f8
diff -r 9accf346bdb8 -r 9922b6c02c3b www/hs-bsb-http-chunked/patches/patch-bsb-http-chunked.cabal
--- a/www/hs-bsb-http-chunked/patches/patch-bsb-http-chunked.cabal      Fri Feb 11 01:13:15 2022 +0000
+++ b/www/hs-bsb-http-chunked/patches/patch-bsb-http-chunked.cabal      Fri Feb 11 01:13:44 2022 +0000
@@ -1,15 +1,17 @@
-$NetBSD: patch-bsb-http-chunked.cabal,v 1.1 2021/05/05 12:59:16 pho Exp $
+$NetBSD: patch-bsb-http-chunked.cabal,v 1.2 2022/02/11 01:13:44 pho Exp $
 
-Fix build with GHC 9.
+Fix build with GHC 9.2.
 
 --- bsb-http-chunked.cabal.orig        2018-09-29 14:22:36.000000000 +0000
 +++ bsb-http-chunked.cabal
-@@ -36,7 +36,7 @@ Source-repository head
+@@ -36,8 +36,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



Home | Main Index | Thread Index | Old Index