pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/hs-bsb-http-chunked
Module Name: pkgsrc
Committed By: pho
Date: Fri Feb 11 01:13:44 UTC 2022
Modified Files:
pkgsrc/www/hs-bsb-http-chunked: distinfo
pkgsrc/www/hs-bsb-http-chunked/patches: patch-bsb-http-chunked.cabal
Log Message:
Fix build with GHC 9.2
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/hs-bsb-http-chunked/distinfo
cvs rdiff -u -r1.1 -r1.2 \
pkgsrc/www/hs-bsb-http-chunked/patches/patch-bsb-http-chunked.cabal
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/hs-bsb-http-chunked/distinfo
diff -u pkgsrc/www/hs-bsb-http-chunked/distinfo:1.3 pkgsrc/www/hs-bsb-http-chunked/distinfo:1.4
--- pkgsrc/www/hs-bsb-http-chunked/distinfo:1.3 Tue Oct 26 11:29:30 2021
+++ pkgsrc/www/hs-bsb-http-chunked/distinfo Fri Feb 11 01:13:44 2022
@@ -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
Index: pkgsrc/www/hs-bsb-http-chunked/patches/patch-bsb-http-chunked.cabal
diff -u pkgsrc/www/hs-bsb-http-chunked/patches/patch-bsb-http-chunked.cabal:1.1 pkgsrc/www/hs-bsb-http-chunked/patches/patch-bsb-http-chunked.cabal:1.2
--- pkgsrc/www/hs-bsb-http-chunked/patches/patch-bsb-http-chunked.cabal:1.1 Wed May 5 12:59:16 2021
+++ pkgsrc/www/hs-bsb-http-chunked/patches/patch-bsb-http-chunked.cabal Fri Feb 11 01:13:44 2022
@@ -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