pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/hs-errors Fix build with GHC 9.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fe7525a7f4aa
branches:  trunk
changeset: 373485:fe7525a7f4aa
user:      pho <pho%pkgsrc.org@localhost>
date:      Fri Feb 11 13:36:25 2022 +0000

description:
Fix build with GHC 9.2

diffstat:

 devel/hs-errors/distinfo                   |   3 ++-
 devel/hs-errors/patches/patch-errors.cabal |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r 78d5908bc73b -r fe7525a7f4aa devel/hs-errors/distinfo
--- a/devel/hs-errors/distinfo  Fri Feb 11 13:36:00 2022 +0000
+++ b/devel/hs-errors/distinfo  Fri Feb 11 13:36:25 2022 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:14:55 nia Exp $
+$NetBSD: distinfo,v 1.4 2022/02/11 13:36:25 pho Exp $
 
 BLAKE2s (errors-2.3.0.tar.gz) = 24f8d08e30fd11e3443063084b56f643f3787e58b00c996917f76b6f03654745
 SHA512 (errors-2.3.0.tar.gz) = dddfc63505fd7023c4a669b3cc3d736cf7ecb774b53dcdfeee2d203dcdf4684f5d149a1c217134de214b64af4e154a3ef08b315615c85a1c734ceb42e80823b4
 Size (errors-2.3.0.tar.gz) = 9184 bytes
+SHA1 (patch-errors.cabal) = b681b1edfd7b938b63d439c830072a00de503dd4
diff -r 78d5908bc73b -r fe7525a7f4aa devel/hs-errors/patches/patch-errors.cabal
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-errors/patches/patch-errors.cabal        Fri Feb 11 13:36:25 2022 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-errors.cabal,v 1.1 2022/02/11 13:36:25 pho Exp $
+
+Fix build with transformers-compat-0.7
+
+--- errors.cabal.orig  2018-05-11 16:13:45.000000000 +0000
++++ errors.cabal
+@@ -28,7 +28,7 @@ Library
+         exceptions          >= 0.6   && < 0.11,
+         text                            < 1.3 ,
+         transformers        >= 0.2   && < 0.6 ,
+-        transformers-compat >= 0.4   && < 0.7
++        transformers-compat >= 0.4   && < 0.8
+     if impl(ghc <= 7.6.3)
+         Build-Depends:
+             safe            >= 0.3.3 && < 0.3.10



Home | Main Index | Thread Index | Old Index