pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/hs-errors
Module Name: pkgsrc
Committed By: pho
Date: Fri Feb 11 13:36:25 UTC 2022
Modified Files:
pkgsrc/devel/hs-errors: distinfo
Added Files:
pkgsrc/devel/hs-errors/patches: patch-errors.cabal
Log Message:
Fix build with GHC 9.2
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/hs-errors/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/hs-errors/patches/patch-errors.cabal
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/hs-errors/distinfo
diff -u pkgsrc/devel/hs-errors/distinfo:1.3 pkgsrc/devel/hs-errors/distinfo:1.4
--- pkgsrc/devel/hs-errors/distinfo:1.3 Tue Oct 26 10:14:55 2021
+++ pkgsrc/devel/hs-errors/distinfo Fri Feb 11 13:36:25 2022
@@ -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
Added files:
Index: pkgsrc/devel/hs-errors/patches/patch-errors.cabal
diff -u /dev/null pkgsrc/devel/hs-errors/patches/patch-errors.cabal:1.1
--- /dev/null Fri Feb 11 13:36:25 2022
+++ pkgsrc/devel/hs-errors/patches/patch-errors.cabal Fri Feb 11 13:36:25 2022
@@ -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