pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/finance/hs-Decimal
Module Name: pkgsrc
Committed By: mef
Date: Sun Feb 28 14:08:54 UTC 2021
Modified Files:
pkgsrc/finance/hs-Decimal: Makefile
Log Message:
(finance/hs-Decimal) insist on ghc-8.*, fix build
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/finance/hs-Decimal/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/finance/hs-Decimal/Makefile
diff -u pkgsrc/finance/hs-Decimal/Makefile:1.2 pkgsrc/finance/hs-Decimal/Makefile:1.3
--- pkgsrc/finance/hs-Decimal/Makefile:1.2 Sat Feb 13 08:00:59 2021
+++ pkgsrc/finance/hs-Decimal/Makefile Sun Feb 28 14:08:54 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:08:54 mef Exp $
DISTNAME= Decimal-0.5.1
CATEGORIES= finance
@@ -11,6 +11,7 @@ LICENSE= modified-bsd
USE_LANGUAGES= # none
-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