summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorszptvlfn <szptvlfn@pkgsrc.org>2014-07-13 21:16:40 +0000
committerszptvlfn <szptvlfn@pkgsrc.org>2014-07-13 21:16:40 +0000
commit99564f644ea475bce760d7468f859f44abfe5882 (patch)
tree2867f79a904a3d7e1c271a0eda1e83536af0ef15 /math
parentc71ada8bad8fd3053f6ff40569770e7d3dcf2e0f (diff)
downloadpkgsrc-99564f644ea475bce760d7468f859f44abfe5882.tar.gz
Update to 0.2
CHANGELOG: 0.2 --- * Added `Hashable` and `Data` support. * Will build as full-fledged `Safe` Haskell if you configure with -f-hashable, merely `Trustworthy` otherwise. * Allow for manual removal of the `hashable` dependency to support advanced sandbox users who explicitly want to avoid compiling certain dependencies they know they aren't using. We will fix bugs caused by any combination of these package flags, but the API of the package should be considered the default build configuration with all of the package dependency flags enabled.
Diffstat (limited to 'math')
-rw-r--r--math/hs-nats/Makefile5
-rw-r--r--math/hs-nats/buildlink3.mk6
-rw-r--r--math/hs-nats/distinfo8
3 files changed, 11 insertions, 8 deletions
diff --git a/math/hs-nats/Makefile b/math/hs-nats/Makefile
index 6a30dbd37cb..398fdf2b09a 100644
--- a/math/hs-nats/Makefile
+++ b/math/hs-nats/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2014/05/28 22:01:27 szptvlfn Exp $
+# $NetBSD: Makefile,v 1.2 2014/07/13 21:16:40 szptvlfn Exp $
-DISTNAME= nats-0.1.3
+DISTNAME= nats-0.2
CATEGORIES= math
MAINTAINER= pho@cielonegro.org
@@ -8,4 +8,5 @@ COMMENT= Haskell 98 natural numbers
LICENSE= modified-bsd
.include "../../mk/haskell.mk"
+.include "../../devel/hs-hashable/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/math/hs-nats/buildlink3.mk b/math/hs-nats/buildlink3.mk
index 413f28bc2a4..7a37794d4ed 100644
--- a/math/hs-nats/buildlink3.mk
+++ b/math/hs-nats/buildlink3.mk
@@ -1,12 +1,14 @@
-# $NetBSD: buildlink3.mk,v 1.1 2014/05/28 22:01:27 szptvlfn Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2014/07/13 21:16:40 szptvlfn Exp $
BUILDLINK_TREE+= hs-nats
.if !defined(HS_NATS_BUILDLINK3_MK)
HS_NATS_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.hs-nats+= hs-nats>=0.1.3
+BUILDLINK_API_DEPENDS.hs-nats+= hs-nats>=0.2
BUILDLINK_PKGSRCDIR.hs-nats?= ../../math/hs-nats
+
+.include "../../devel/hs-hashable/buildlink3.mk"
.endif # HS_NATS_BUILDLINK3_MK
BUILDLINK_TREE+= -hs-nats
diff --git a/math/hs-nats/distinfo b/math/hs-nats/distinfo
index 552661bdaa4..8b6f4ca2478 100644
--- a/math/hs-nats/distinfo
+++ b/math/hs-nats/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2014/05/28 22:01:27 szptvlfn Exp $
+$NetBSD: distinfo,v 1.2 2014/07/13 21:16:40 szptvlfn Exp $
-SHA1 (nats-0.1.3.tar.gz) = 1df860cf4ae1ee6def18afbb5fb049d412a2f0c5
-RMD160 (nats-0.1.3.tar.gz) = 0a1e4af51727e4fddadaf3262c8e2ccf643e8565
-Size (nats-0.1.3.tar.gz) = 4047 bytes
+SHA1 (nats-0.2.tar.gz) = 5bb6c02e59608e7f46fa957ad55ae6701e266250
+RMD160 (nats-0.2.tar.gz) = 031eabf10cf66b28fbfe76cc4283c422f1472a1d
+Size (nats-0.2.tar.gz) = 4740 bytes