pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/hs-tar



Module Name:    pkgsrc
Committed By:   pho
Date:           Fri Feb 11 13:03:52 UTC 2022

Modified Files:
        pkgsrc/archivers/hs-tar: distinfo
        pkgsrc/archivers/hs-tar/patches: patch-tar.cabal

Log Message:
Fix build with GHC 9.2


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/archivers/hs-tar/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/archivers/hs-tar/patches/patch-tar.cabal

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/archivers/hs-tar/distinfo
diff -u pkgsrc/archivers/hs-tar/distinfo:1.4 pkgsrc/archivers/hs-tar/distinfo:1.5
--- pkgsrc/archivers/hs-tar/distinfo:1.4        Tue Oct 26 09:57:07 2021
+++ pkgsrc/archivers/hs-tar/distinfo    Fri Feb 11 13:03:51 2022
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 09:57:07 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/02/11 13:03:51 pho Exp $
 
 BLAKE2s (tar-0.5.1.1.tar.gz) = 48de9f5ef6affeb1cd05abc038947443e39e6671d345b920c789343bd54acc96
 SHA512 (tar-0.5.1.1.tar.gz) = 8d0a8d3ae178570e0842a2321a7fc86a6bba28c471ec27bafbc07fc4ac0e4183f8113c99ebc7126dc71759c33083791122be32563fb0d5a2b2d39cb3b36171f2
 Size (tar-0.5.1.1.tar.gz) = 39155 bytes
-SHA1 (patch-tar.cabal) = f69fe9fda4e4f833213355f1565cfb723800a000
+SHA1 (patch-tar.cabal) = e15673875115bbb22eeb9ebc38d8b02653787010

Index: pkgsrc/archivers/hs-tar/patches/patch-tar.cabal
diff -u pkgsrc/archivers/hs-tar/patches/patch-tar.cabal:1.1 pkgsrc/archivers/hs-tar/patches/patch-tar.cabal:1.2
--- pkgsrc/archivers/hs-tar/patches/patch-tar.cabal:1.1 Fri Apr 23 00:21:47 2021
+++ pkgsrc/archivers/hs-tar/patches/patch-tar.cabal     Fri Feb 11 13:03:51 2022
@@ -1,4 +1,4 @@
-$NetBSD: patch-tar.cabal,v 1.1 2021/04/23 00:21:47 pho Exp $
+$NetBSD: patch-tar.cabal,v 1.2 2022/02/11 13:03:51 pho Exp $
 
 Relax the dependency constraint. The package is known to be compatible
 with GHC 9.
@@ -14,3 +14,18 @@ with GHC 9.
                   filepath             < 1.5,
                   array                < 0.6,
                   containers >= 0.2 && < 0.7,
+@@ -49,12 +49,12 @@ library
+   if flag(old-time)
+     build-depends: directory < 1.2, old-time < 1.2
+   else
+-    build-depends: directory >= 1.2 && < 1.4, time < 1.10
++    build-depends: directory >= 1.2 && < 1.4, time < 1.13
+ 
+   if flag(old-bytestring)
+     build-depends: bytestring-builder >= 0.10.4.0.2 && < 0.11, bytestring == 0.9.*
+   else
+-    build-depends: bytestring == 0.10.*
++    build-depends: bytestring >= 0.10 && < 0.12
+ 
+   if !impl(ghc >= 8.0)
+     build-depends: semigroups == 0.18.*



Home | Main Index | Thread Index | Old Index