pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-hie-bios



Module Name:    pkgsrc
Committed By:   pho
Date:           Fri Jan 31 06:50:09 UTC 2025

Modified Files:
        pkgsrc/devel/hs-hie-bios: Makefile

Log Message:
devel/hs-hie-bios: Fix build with GHC 9.10


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/hs-hie-bios/Makefile

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-hie-bios/Makefile
diff -u pkgsrc/devel/hs-hie-bios/Makefile:1.14 pkgsrc/devel/hs-hie-bios/Makefile:1.15
--- pkgsrc/devel/hs-hie-bios/Makefile:1.14      Thu May  9 01:31:58 2024
+++ pkgsrc/devel/hs-hie-bios/Makefile   Fri Jan 31 06:50:08 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2024/05/09 01:31:58 pho Exp $
+# $NetBSD: Makefile,v 1.15 2025/01/31 06:50:08 pho Exp $
 
 DISTNAME=      hie-bios-0.14.0
 PKGREVISION=   1
@@ -8,6 +8,10 @@ MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Set up a GHC API session
 LICENSE=       modified-bsd
 
+HASKELL_UNRESTRICT_DEPENDENCIES+=      \
+       extra   \
+       ghc
+
 # hie-bios is built with optparse-applicative, and can generate shell
 # completion scripts automatically.
 OPTPARSE_APPLICATIVE_EXECUTABLES+=     hie-bios



Home | Main Index | Thread Index | Old Index