pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/18c0e4aacdf4
branches:  trunk
changeset: 373457:18c0e4aacdf4
user:      pho <pho%pkgsrc.org@localhost>
date:      Fri Feb 11 13:19:08 2022 +0000

description:
Fix build with GHC 9.2

diffstat:

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

diffs (30 lines):

diff -r 4182c90658e6 -r 18c0e4aacdf4 devel/hs-th-lift/distinfo
--- a/devel/hs-th-lift/distinfo Fri Feb 11 13:17:33 2022 +0000
+++ b/devel/hs-th-lift/distinfo Fri Feb 11 13:19:08 2022 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:15:02 nia Exp $
+$NetBSD: distinfo,v 1.4 2022/02/11 13:19:08 pho Exp $
 
 BLAKE2s (th-lift-0.8.2.tar.gz) = 9054ff13ea8b388752a423c1acd8768167ef144b0efdb16a5161341b57dd1a13
 SHA512 (th-lift-0.8.2.tar.gz) = bda1fd661274d911898eb163427a83db81bf5cc6d7cdd2936a84cb314268be2d38c5753727c1e87e83f8edb61e8bbbd0976001f680830b3bc2d4eb96178505ec
 Size (th-lift-0.8.2.tar.gz) = 14385 bytes
+SHA1 (patch-th-lift.cabal) = 5cdaa0faf594837dde5b6fa2a9fd859487dd69da
diff -r 4182c90658e6 -r 18c0e4aacdf4 devel/hs-th-lift/patches/patch-th-lift.cabal
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-th-lift/patches/patch-th-lift.cabal      Fri Feb 11 13:19:08 2022 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-th-lift.cabal,v 1.1 2022/02/11 13:19:08 pho Exp $
+
+Fix build with GHC 9.2
+
+--- th-lift.cabal.orig 2001-09-09 01:46:40.000000000 +0000
++++ th-lift.cabal
+@@ -47,7 +47,7 @@ Library
+   Build-Depends:    base              >= 4.3  && < 5,
+                     ghc-prim,
+                     th-abstraction   >= 0.2.3 && < 0.5,
+-                    template-haskell >= 2.5   && < 2.18
++                    template-haskell >= 2.5   && < 2.19
+   ghc-options:      -Wall
+ 
+ Test-Suite test



Home | Main Index | Thread Index | Old Index