pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-hint



Module Name:    pkgsrc
Committed By:   pho
Date:           Thu Jan  2 04:58:07 UTC 2020

Modified Files:
        pkgsrc/devel/hs-hint: Makefile buildlink3.mk distinfo
Removed Files:
        pkgsrc/devel/hs-hint: PLIST

Log Message:
Update to hint-0.7.0

0.7.0
* Support for GHC 8.2
* Support use in a dynamically-linked executable
* Add normalizeType, like ghci's :kind!
* Drop support for GHC 7.6

0.6.0
* Support for GHC 8.0
* Add displayException to InterpreterError

0.5.2
* Add runInterpreter variant that takes a GHC libdir at runtime
* Add missing negated extensions to the Extension type
* Do not throw GHC warnings as errors

0.5.1
* Expose unsafeInterpret in Language.Haskell.Interpreter.Unsafe

0.5.0
* Drop support for GHC 7.4
* Remove deprecated functions and modules:
  * glasgowExtensions
  * setUseLanguageExtensions
  * setInstalledModsAreInScopeQualified
  * Language.Haskell.Interpreter.GHC
  * Language.Haskell.Interpreter.GHC.Unsafe
* Drop dependencies on ghc-mtl and extensible-exceptions

0.4.3
* New maintainer and source code repo


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/hs-hint/Makefile \
    pkgsrc/devel/hs-hint/buildlink3.mk
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/hs-hint/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/hs-hint/distinfo

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-hint/Makefile
diff -u pkgsrc/devel/hs-hint/Makefile:1.4 pkgsrc/devel/hs-hint/Makefile:1.5
--- pkgsrc/devel/hs-hint/Makefile:1.4   Mon Jan  4 12:23:05 2016
+++ pkgsrc/devel/hs-hint/Makefile       Thu Jan  2 04:58:07 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2016/01/04 12:23:05 szptvlfn Exp $
+# $NetBSD: Makefile,v 1.5 2020/01/02 04:58:07 pho Exp $
 
-DISTNAME=      hint-0.4.2.3
+DISTNAME=      hint-0.7.0
 CATEGORIES=    devel
 
 MAINTAINER=    pho%cielonegro.org@localhost
@@ -9,8 +9,6 @@ LICENSE=        modified-bsd
 
 .include "../../mk/haskell.mk"
 .include "../../devel/hs-exceptions/buildlink3.mk"
-.include "../../devel/hs-extensible-exceptions/buildlink3.mk"
-.include "../../devel/hs-ghc-mtl/buildlink3.mk"
 .include "../../devel/hs-ghc-paths/buildlink3.mk"
 .include "../../devel/hs-mtl/buildlink3.mk"
 .include "../../devel/hs-random/buildlink3.mk"
Index: pkgsrc/devel/hs-hint/buildlink3.mk
diff -u pkgsrc/devel/hs-hint/buildlink3.mk:1.4 pkgsrc/devel/hs-hint/buildlink3.mk:1.5
--- pkgsrc/devel/hs-hint/buildlink3.mk:1.4      Mon Jan  4 12:23:05 2016
+++ pkgsrc/devel/hs-hint/buildlink3.mk  Thu Jan  2 04:58:07 2020
@@ -1,17 +1,15 @@
-# $NetBSD: buildlink3.mk,v 1.4 2016/01/04 12:23:05 szptvlfn Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2020/01/02 04:58:07 pho Exp $
 
 BUILDLINK_TREE+=       hs-hint
 
 .if !defined(HS_HINT_BUILDLINK3_MK)
 HS_HINT_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.hs-hint+=        hs-hint>=0.4.2
-BUILDLINK_ABI_DEPENDS.hs-hint+=        hs-hint>=0.4.2.3
+BUILDLINK_API_DEPENDS.hs-hint+=        hs-hint>=0.7.0
+BUILDLINK_ABI_DEPENDS.hs-hint+=        hs-hint>=0.7.0
 BUILDLINK_PKGSRCDIR.hs-hint?=  ../../devel/hs-hint
 
 .include "../../devel/hs-exceptions/buildlink3.mk"
-.include "../../devel/hs-extensible-exceptions/buildlink3.mk"
-.include "../../devel/hs-ghc-mtl/buildlink3.mk"
 .include "../../devel/hs-ghc-paths/buildlink3.mk"
 .include "../../devel/hs-mtl/buildlink3.mk"
 .include "../../devel/hs-random/buildlink3.mk"

Index: pkgsrc/devel/hs-hint/distinfo
diff -u pkgsrc/devel/hs-hint/distinfo:1.3 pkgsrc/devel/hs-hint/distinfo:1.4
--- pkgsrc/devel/hs-hint/distinfo:1.3   Mon Jan  4 12:23:05 2016
+++ pkgsrc/devel/hs-hint/distinfo       Thu Jan  2 04:58:07 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2016/01/04 12:23:05 szptvlfn Exp $
+$NetBSD: distinfo,v 1.4 2020/01/02 04:58:07 pho Exp $
 
-SHA1 (hint-0.4.2.3.tar.gz) = 076b16672b2726a4c46140ac4a79b41dfc536cc7
-RMD160 (hint-0.4.2.3.tar.gz) = 7de0ce6953ee7865818a3727e955292867f25648
-SHA512 (hint-0.4.2.3.tar.gz) = e70d49cb3c7af54c5eb8d189c80d2ac92f64befc51e38f538cca28f0d74b6b43761c8fc8ebd5c8eeb295060b245e1351cfc3a1667413715cb533f49109831b24
-Size (hint-0.4.2.3.tar.gz) = 30117 bytes
+SHA1 (hint-0.7.0.tar.gz) = 278ab250f336f0e9d6953488c989a19efc4f3f5c
+RMD160 (hint-0.7.0.tar.gz) = bd73fe339f1b763b3ee813aa35d7d53f88d44cc0
+SHA512 (hint-0.7.0.tar.gz) = ac61e56e5f5177d072a9637380d1875c86163d6649e391ed146cd78a72e5f668a6ff721f13f9bcf1fd25d70fd3c235193bbb77456e8e0a5a8165b8ab2a98adc5
+Size (hint-0.7.0.tar.gz) = 28138 bytes



Home | Main Index | Thread Index | Old Index