pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/hdevtools Update to hdevtools-0.1.8.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7dfb38b4fdef
branches:  trunk
changeset: 407009:7dfb38b4fdef
user:      pho <pho%pkgsrc.org@localhost>
date:      Wed Jan 01 03:25:51 2020 +0000

description:
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.

diffstat:

 devel/hdevtools/Makefile |   5 ++---
 devel/hdevtools/PLIST    |   3 ---
 devel/hdevtools/distinfo |  10 +++++-----
 3 files changed, 7 insertions(+), 11 deletions(-)

diffs (40 lines):

diff -r afcaa0a8440a -r 7dfb38b4fdef devel/hdevtools/Makefile
--- a/devel/hdevtools/Makefile  Wed Jan 01 03:13:48 2020 +0000
+++ b/devel/hdevtools/Makefile  Wed Jan 01 03:25:51 2020 +0000
@@ -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 @@
 .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"
diff -r afcaa0a8440a -r 7dfb38b4fdef devel/hdevtools/PLIST
--- a/devel/hdevtools/PLIST     Wed Jan 01 03:13:48 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2014/05/24 22:01:30 szptvlfn Exp $
-bin/hdevtools
-share/doc/${PKGNAME}/LICENSE
diff -r afcaa0a8440a -r 7dfb38b4fdef devel/hdevtools/distinfo
--- a/devel/hdevtools/distinfo  Wed Jan 01 03:13:48 2020 +0000
+++ b/devel/hdevtools/distinfo  Wed Jan 01 03:25:51 2020 +0000
@@ -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