pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hdevtools



Module Name:    pkgsrc
Committed By:   pho
Date:           Wed Jan  1 03:25:51 UTC 2020

Modified Files:
        pkgsrc/devel/hdevtools: Makefile distinfo
Removed Files:
        pkgsrc/devel/hdevtools: PLIST

Log Message:
Update to hdevtools-0.1.8.0

0.1.8.0 - 2019-03-10
* Add support for ghc-8.6 and Cabal-2.4.

0.1.7.0 - 2018-08-08
* Add support for ghc-8.4 and Cabal-2.2.

0.1.6.1 - 2017-12-17
* Fixed moduleinfo command to load targets correctly.
* Print version on -v command line option.
* Fixed build with ghc-8.2.0.

0.1.6.0 - 2017-08-21
* Added handling of source errors: GHC SourceError and other
  exceptions are now correctly sent to the frontend process. This
  enables hdevtools to correctly report haskell syntax errors and
  improves visibility of exceptions leading the backend process to
  die.
* .hdevtoolsrc file for project-specific configuration.
* Use of stack can be turned off with --nostack.

0.1.5.0 - 2016-12-23
* (Re-)added template haskell support when required. Can be turned off
  using --noth.
* Fixed system installed GHC libdir paths using stack.

0.1.4.1 - 2016-09-04
* Do not try to execute stack commands if not available.

0.1.4.0 - 2016-08-08
* Determine GHC libdir and binaries using stack.

0.1.3.2 - 2016-06-09
* Added GHC 8.0.x support

0.1.3.1 - 2016-05-13
* Added support for new Cabal versions
* Do not generate code, fixing inline-c modules typechecking

0.1.3.0 - 2016-02-29
* Improved performance in stack projects: The stack configuration is
  updated only when the passed path implies a different
  stack.yaml. Performance improved substantially from roughly ~1s to
  ~0.3s.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/hdevtools/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/hdevtools/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/hdevtools/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/hdevtools/Makefile
diff -u pkgsrc/devel/hdevtools/Makefile:1.17 pkgsrc/devel/hdevtools/Makefile:1.18
--- pkgsrc/devel/hdevtools/Makefile:1.17        Fri Jan 15 15:26:39 2016
+++ pkgsrc/devel/hdevtools/Makefile     Wed Jan  1 03:25:51 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2016/01/15 15:26:39 szptvlfn Exp $
+# $NetBSD: Makefile,v 1.18 2020/01/01 03:25:51 pho Exp $
 
-DISTNAME=      hdevtools-0.1.2.2
+DISTNAME=      hdevtools-0.1.8.0
 PKGNAME=       ${DISTNAME}
 CATEGORIES=    devel #haskell
 
@@ -14,5 +14,4 @@ LICENSE=      mit
 .include "../../devel/hs-ghc-paths/buildlink3.mk"
 .include "../../net/hs-network/buildlink3.mk"
 .include "../../devel/hs-syb/buildlink3.mk"
-.include "../../devel/hs-transformers/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/hdevtools/distinfo
diff -u pkgsrc/devel/hdevtools/distinfo:1.3 pkgsrc/devel/hdevtools/distinfo:1.4
--- pkgsrc/devel/hdevtools/distinfo:1.3 Fri Jan 15 15:26:39 2016
+++ pkgsrc/devel/hdevtools/distinfo     Wed Jan  1 03:25:51 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2016/01/15 15:26:39 szptvlfn Exp $
+$NetBSD: distinfo,v 1.4 2020/01/01 03:25:51 pho Exp $
 
-SHA1 (hdevtools-0.1.2.2.tar.gz) = f6008a9aebd2de006f855263e8b7acea0d6f5123
-RMD160 (hdevtools-0.1.2.2.tar.gz) = 6787bc5c7847d2bcbba63c6bad39234c6fdb1628
-SHA512 (hdevtools-0.1.2.2.tar.gz) = 0f8d1b8b939b8046d7bfe1b9de69326b27e61e2e61f36c5a4af0814dbcee789698c3fbf623c8090d95f035d082daae5a7fdcb007a343f142f92fa27914ee65ac
-Size (hdevtools-0.1.2.2.tar.gz) = 18499 bytes
+SHA1 (hdevtools-0.1.8.0.tar.gz) = 691c52bc79977691c25d9c30b13fb43e30364370
+RMD160 (hdevtools-0.1.8.0.tar.gz) = 2af21a52d9cb0151ab2f64eb58f80340c60436fa
+SHA512 (hdevtools-0.1.8.0.tar.gz) = 6f21e69e15799c60ca1acf5f96e41a44b0cebc17a97c33c6dc4ef06887dcd996450bf6debab217060ab458e2810d271220ca3645124a017ef6eefe49448fa827
+Size (hdevtools-0.1.8.0.tar.gz) = 22984 bytes



Home | Main Index | Thread Index | Old Index