pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/hs-nats Update to nats-1.1.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dfb690994322
branches:  trunk
changeset: 346392:dfb690994322
user:      pho <pho%pkgsrc.org@localhost>
date:      Tue Dec 31 13:55:47 2019 +0000

description:
Update to nats-1.1.2

1.1.2 [2018-02-06]
* Don't enable Safe on GHC 7.2.

1.1.1
* Backported a more efficient Binary instance for Nat
* Allow binary-0.8

1.1
* Backported Lift instances.

1.0
* Make nats a compat-package since Numeric.Natural moved to base-4.8.0.0.

0.2.1
* Better readsPrec handling when you try to feed it a negative
  number. Note it is a failed parse rather than an error.

diffstat:

 math/hs-nats/DESCR         |   3 +++
 math/hs-nats/Makefile      |   9 ++++++---
 math/hs-nats/PLIST         |  22 ----------------------
 math/hs-nats/buildlink3.mk |   6 +++---
 math/hs-nats/distinfo      |  10 +++++-----
 5 files changed, 17 insertions(+), 33 deletions(-)

diffs (91 lines):

diff -r b612571ca33e -r dfb690994322 math/hs-nats/DESCR
--- a/math/hs-nats/DESCR        Tue Dec 31 13:55:26 2019 +0000
+++ b/math/hs-nats/DESCR        Tue Dec 31 13:55:47 2019 +0000
@@ -1,1 +1,4 @@
 Natural numbers.
+
+This is a compatibility package for old packages that still depends on
+"nats". The module Numeric.Natural is now a part of the base package.
diff -r b612571ca33e -r dfb690994322 math/hs-nats/Makefile
--- a/math/hs-nats/Makefile     Tue Dec 31 13:55:26 2019 +0000
+++ b/math/hs-nats/Makefile     Tue Dec 31 13:55:47 2019 +0000
@@ -1,13 +1,16 @@
-# $NetBSD: Makefile,v 1.10 2016/01/10 11:49:10 szptvlfn Exp $
+# $NetBSD: Makefile,v 1.11 2019/12/31 13:55:47 pho Exp $
 
-DISTNAME=      nats-0.2
-PKGREVISION=   8
+DISTNAME=      nats-1.1.2
 CATEGORIES=    math
 
 MAINTAINER=    pho%cielonegro.org@localhost
 COMMENT=       Haskell 98 natural numbers
 LICENSE=       modified-bsd
 
+# This package becomes essentially blank when built with GHC >=
+# 7.10. Haddock complains when there are no input files.
+HASKELL_ENABLE_HADDOCK_DOCUMENTATION=  no
+
 .include "../../mk/haskell.mk"
 .include "../../devel/hs-hashable/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r b612571ca33e -r dfb690994322 math/hs-nats/PLIST
--- a/math/hs-nats/PLIST        Tue Dec 31 13:55:26 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2014/05/28 22:01:27 szptvlfn Exp $
-lib/nats-${PKGVERSION}/${HASKELL_VERSION}/HSnats-${PKGVERSION}.o
-lib/nats-${PKGVERSION}/${HASKELL_VERSION}/Numeric/Natural.hi
-lib/nats-${PKGVERSION}/${HASKELL_VERSION}/Numeric/Natural/Internal.hi
-lib/nats-${PKGVERSION}/${HASKELL_VERSION}/libHSnats-${PKGVERSION}.a
-lib/nats-${PKGVERSION}/${HASKELL_VERSION}/package-description
-share/doc/nats-${PKGVERSION}/LICENSE
-${PLIST.doc}share/doc/nats-${PKGVERSION}/html/Numeric-Natural-Internal.html
-${PLIST.doc}share/doc/nats-${PKGVERSION}/html/Numeric-Natural.html
-${PLIST.doc}share/doc/nats-${PKGVERSION}/html/doc-index.html
-${PLIST.doc}share/doc/nats-${PKGVERSION}/html/frames.html
-${PLIST.doc}share/doc/nats-${PKGVERSION}/html/haddock-util.js
-${PLIST.doc}share/doc/nats-${PKGVERSION}/html/hslogo-16.png
-${PLIST.doc}share/doc/nats-${PKGVERSION}/html/index-frames.html
-${PLIST.doc}share/doc/nats-${PKGVERSION}/html/index.html
-${PLIST.doc}share/doc/nats-${PKGVERSION}/html/mini_Numeric-Natural-Internal.html
-${PLIST.doc}share/doc/nats-${PKGVERSION}/html/mini_Numeric-Natural.html
-${PLIST.doc}share/doc/nats-${PKGVERSION}/html/minus.gif
-${PLIST.doc}share/doc/nats-${PKGVERSION}/html/nats.haddock
-${PLIST.doc}share/doc/nats-${PKGVERSION}/html/ocean.css
-${PLIST.doc}share/doc/nats-${PKGVERSION}/html/plus.gif
-${PLIST.doc}share/doc/nats-${PKGVERSION}/html/synopsis.png
diff -r b612571ca33e -r dfb690994322 math/hs-nats/buildlink3.mk
--- a/math/hs-nats/buildlink3.mk        Tue Dec 31 13:55:26 2019 +0000
+++ b/math/hs-nats/buildlink3.mk        Tue Dec 31 13:55:47 2019 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.10 2016/01/10 11:49:10 szptvlfn Exp $
+# $NetBSD: buildlink3.mk,v 1.11 2019/12/31 13:55:47 pho Exp $
 
 BUILDLINK_TREE+=       hs-nats
 
 .if !defined(HS_NATS_BUILDLINK3_MK)
 HS_NATS_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.hs-nats+=        hs-nats>=0.2
-BUILDLINK_ABI_DEPENDS.hs-nats+=        hs-nats>=0.2nb8
+BUILDLINK_API_DEPENDS.hs-nats+=        hs-nats>=1.1.2
+BUILDLINK_ABI_DEPENDS.hs-nats+=        hs-nats>=1.1.2
 BUILDLINK_PKGSRCDIR.hs-nats?=  ../../math/hs-nats
 
 .include "../../devel/hs-hashable/buildlink3.mk"
diff -r b612571ca33e -r dfb690994322 math/hs-nats/distinfo
--- a/math/hs-nats/distinfo     Tue Dec 31 13:55:26 2019 +0000
+++ b/math/hs-nats/distinfo     Tue Dec 31 13:55:47 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2015/11/03 23:33:35 agc Exp $
+$NetBSD: distinfo,v 1.4 2019/12/31 13:55:47 pho Exp $
 
-SHA1 (nats-0.2.tar.gz) = 5bb6c02e59608e7f46fa957ad55ae6701e266250
-RMD160 (nats-0.2.tar.gz) = 031eabf10cf66b28fbfe76cc4283c422f1472a1d
-SHA512 (nats-0.2.tar.gz) = 419f2b4f938b7d590f45a25be163e25f29d47ec0fe7cf5d1f69cb9624c5617dfc25a0b14daf1b31ac590c021120eb5cd93bdf902d27136e3019e30ce2b5d3188
-Size (nats-0.2.tar.gz) = 4740 bytes
+SHA1 (nats-1.1.2.tar.gz) = f51474cdd408286f846ff200de08faade3d9affd
+RMD160 (nats-1.1.2.tar.gz) = 22fd69f162b4a7dc87b2755ad89a88ee12ee35c6
+SHA512 (nats-1.1.2.tar.gz) = 596f11e98fe57893279ddd1f5af11a12e747e0d5e87000c7e20d0f5c2da0f0be9a6b8d19c8d5759716a7fb9a3e77d0e999380af3d5a350fe32a5492dc6077450
+Size (nats-1.1.2.tar.gz) = 7776 bytes



Home | Main Index | Thread Index | Old Index