pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/hs-HTTP
Module Name: pkgsrc
Committed By: pho
Date: Fri Feb 11 13:28:20 UTC 2022
Modified Files:
pkgsrc/www/hs-HTTP: distinfo
Added Files:
pkgsrc/www/hs-HTTP/patches: patch-HTTP.cabal
Log Message:
Fix build with GHC 9.2
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/hs-HTTP/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/www/hs-HTTP/patches/patch-HTTP.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-HTTP/distinfo
diff -u pkgsrc/www/hs-HTTP/distinfo:1.6 pkgsrc/www/hs-HTTP/distinfo:1.7
--- pkgsrc/www/hs-HTTP/distinfo:1.6 Tue Oct 26 11:29:30 2021
+++ pkgsrc/www/hs-HTTP/distinfo Fri Feb 11 13:28:20 2022
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 11:29:30 nia Exp $
+$NetBSD: distinfo,v 1.7 2022/02/11 13:28:20 pho Exp $
BLAKE2s (HTTP-4000.3.16.tar.gz) = 167902e44381fc7877d7f789e12fca4203a8f4dbe754c2c893ded2a051a820a1
SHA512 (HTTP-4000.3.16.tar.gz) = b5136b55967d4db7569a0269b429c8e419878acc548d962af94efa5aa0ddbb8a6ab22bc3096ce3d78b61dc708996c408d4bfa55c6c7fb6c0d915389503cbd755
Size (HTTP-4000.3.16.tar.gz) = 74516 bytes
+SHA1 (patch-HTTP.cabal) = b500985a4568211c105dae91fe7055d2a4f3e115
Added files:
Index: pkgsrc/www/hs-HTTP/patches/patch-HTTP.cabal
diff -u /dev/null pkgsrc/www/hs-HTTP/patches/patch-HTTP.cabal:1.1
--- /dev/null Fri Feb 11 13:28:20 2022
+++ pkgsrc/www/hs-HTTP/patches/patch-HTTP.cabal Fri Feb 11 13:28:20 2022
@@ -0,0 +1,24 @@
+$NetBSD: patch-HTTP.cabal,v 1.1 2022/02/11 13:28:20 pho Exp $
+
+Fix build with GHC 9.2
+
+--- HTTP.cabal.orig 2001-09-09 01:46:40.000000000 +0000
++++ HTTP.cabal
+@@ -109,7 +109,7 @@ Library
+
+ -- note the test harness constraints should be kept in sync with these
+ -- where dependencies are shared
+- Build-depends: base >= 4.3.0.0 && < 4.16, parsec >= 2.0 && < 3.2
++ Build-depends: base >= 4.3.0.0 && < 5, parsec >= 2.0 && < 3.2
+ Build-depends: array >= 0.3.0.2 && < 0.6, bytestring >= 0.9.1.5 && < 0.12
+ Build-depends: time >= 1.1.2.3 && < 1.12
+
+@@ -155,7 +155,7 @@ Test-Suite test
+ bytestring >= 0.9.1.5 && < 0.12,
+ deepseq >= 1.3.0.0 && < 1.5,
+ pureMD5 >= 0.2.4 && < 2.2,
+- base >= 4.3.0.0 && < 4.16,
++ base >= 4.3.0.0 && < 5,
+ split >= 0.1.3 && < 0.3,
+ test-framework >= 0.2.0 && < 0.9,
+ test-framework-hunit >= 0.3.0 && <0.4
Home |
Main Index |
Thread Index |
Old Index