pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/hs-hint Update to hint-0.9.0.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/81546e16fd17
branches: trunk
changeset: 407886:81546e16fd17
user: pho <pho%pkgsrc.org@localhost>
date: Sat Jan 11 08:15:58 2020 +0000
description:
Update to hint-0.9.0.2
0.9.0.2
* Support GHC 8.8
* Drop support for GHC 8.2
0.9.0.1
* Make tests pass with stack 2.1.1
0.9.0
* Support GHC 8.6
* Drop support for GHC 8.0
0.8.0
* Support GHC 8.4
* Drop support for GHC 7.8 and 7.10
* Add runStmt to execute statements in the IO monad and bind new names
* Internal changes of temporary files for phantom modules
* The files are now called M<nnn>.hs instead of <nnn>
* Improved cleanup of phantom module source files
* ghc 8.4 only: phantom modules are put into a temporary directory
* Add typeChecksWithDetails to obtain type-checking errors
* Stop GHC from overwriting the Ctrl-C signal handler
* Add SetImportsF to allow finer imports control
diffstat:
devel/hs-hint/Makefile | 5 ++---
devel/hs-hint/buildlink3.mk | 7 +++----
2 files changed, 5 insertions(+), 7 deletions(-)
diffs (43 lines):
diff -r 8d76b5a59d97 -r 81546e16fd17 devel/hs-hint/Makefile
--- a/devel/hs-hint/Makefile Sat Jan 11 08:05:40 2020 +0000
+++ b/devel/hs-hint/Makefile Sat Jan 11 08:15:58 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2020/01/02 04:58:07 pho Exp $
+# $NetBSD: Makefile,v 1.6 2020/01/11 08:15:58 pho Exp $
-DISTNAME= hint-0.7.0
+DISTNAME= hint-0.9.0.2
CATEGORIES= devel
MAINTAINER= pho%cielonegro.org@localhost
@@ -10,6 +10,5 @@
.include "../../mk/haskell.mk"
.include "../../devel/hs-exceptions/buildlink3.mk"
.include "../../devel/hs-ghc-paths/buildlink3.mk"
-.include "../../devel/hs-mtl/buildlink3.mk"
.include "../../devel/hs-random/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 8d76b5a59d97 -r 81546e16fd17 devel/hs-hint/buildlink3.mk
--- a/devel/hs-hint/buildlink3.mk Sat Jan 11 08:05:40 2020 +0000
+++ b/devel/hs-hint/buildlink3.mk Sat Jan 11 08:15:58 2020 +0000
@@ -1,17 +1,16 @@
-# $NetBSD: buildlink3.mk,v 1.5 2020/01/02 04:58:07 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.6 2020/01/11 08:15:58 pho Exp $
BUILDLINK_TREE+= hs-hint
.if !defined(HS_HINT_BUILDLINK3_MK)
HS_HINT_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.hs-hint+= hs-hint>=0.7.0
-BUILDLINK_ABI_DEPENDS.hs-hint+= hs-hint>=0.7.0
+BUILDLINK_API_DEPENDS.hs-hint+= hs-hint>=0.9.0
+BUILDLINK_ABI_DEPENDS.hs-hint+= hs-hint>=0.9.0.2
BUILDLINK_PKGSRCDIR.hs-hint?= ../../devel/hs-hint
.include "../../devel/hs-exceptions/buildlink3.mk"
.include "../../devel/hs-ghc-paths/buildlink3.mk"
-.include "../../devel/hs-mtl/buildlink3.mk"
.include "../../devel/hs-random/buildlink3.mk"
.endif # HS_HINT_BUILDLINK3_MK
Home |
Main Index |
Thread Index |
Old Index