pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/hs-th-lift
Module Name: pkgsrc
Committed By: pho
Date: Fri Feb 11 13:19:08 UTC 2022
Modified Files:
pkgsrc/devel/hs-th-lift: distinfo
Added Files:
pkgsrc/devel/hs-th-lift/patches: patch-th-lift.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-th-lift/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/hs-th-lift/patches/patch-th-lift.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-th-lift/distinfo
diff -u pkgsrc/devel/hs-th-lift/distinfo:1.3 pkgsrc/devel/hs-th-lift/distinfo:1.4
--- pkgsrc/devel/hs-th-lift/distinfo:1.3 Tue Oct 26 10:15:02 2021
+++ pkgsrc/devel/hs-th-lift/distinfo Fri Feb 11 13:19:08 2022
@@ -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
Added files:
Index: pkgsrc/devel/hs-th-lift/patches/patch-th-lift.cabal
diff -u /dev/null pkgsrc/devel/hs-th-lift/patches/patch-th-lift.cabal:1.1
--- /dev/null Fri Feb 11 13:19:09 2022
+++ pkgsrc/devel/hs-th-lift/patches/patch-th-lift.cabal Fri Feb 11 13:19:08 2022
@@ -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