pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-wizards



Module Name:    pkgsrc
Committed By:   mef
Date:           Sun Feb 28 14:19:37 UTC 2021

Modified Files:
        pkgsrc/devel/hs-wizards: Makefile

Log Message:
(devel/hs-wizards) insist on ghc-8.*, fix build


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/hs-wizards/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-wizards/Makefile
diff -u pkgsrc/devel/hs-wizards/Makefile:1.2 pkgsrc/devel/hs-wizards/Makefile:1.3
--- pkgsrc/devel/hs-wizards/Makefile:1.2        Sat Feb 13 08:00:59 2021
+++ pkgsrc/devel/hs-wizards/Makefile    Sun Feb 28 14:19:37 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2021/02/13 08:00:59 mef Exp $
+# $NetBSD: Makefile,v 1.3 2021/02/28 14:19:37 mef Exp $
 
 DISTNAME=      wizards-1.0.3
 CATEGORIES=    devel
@@ -12,6 +12,7 @@ LICENSE=      modified-bsd
 USE_LANGUAGES= # none
 
 .include "../../devel/hs-control-monad-free/buildlink3.mk"
-BUILDLINK_API_DEPENDS.ghc+=    ghc<9.0
+BUILDLINK_API_DEPENDS.ghc+=    ghc<=8.10
+BUILDLINK_API_DEPENDS.ghc+=    ghc>=8.8
 .include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index