Mon Mar 30 16:33:17 2020 UTC ()
hs-base-compat-batteries: Import version 0.11.0


(riastradh)
diff -r1.3069 -r1.3070 pkgsrc/devel/Makefile
diff -r0 -r1.1 pkgsrc/devel/hs-base-compat-batteries/DESCR
diff -r0 -r1.1 pkgsrc/devel/hs-base-compat-batteries/Makefile
diff -r0 -r1.1 pkgsrc/devel/hs-base-compat-batteries/buildlink3.mk
diff -r0 -r1.1 pkgsrc/devel/hs-base-compat-batteries/distinfo

cvs diff -r1.3069 -r1.3070 pkgsrc/devel/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/Makefile 2020/03/30 16:32:25 1.3069
+++ pkgsrc/devel/Makefile 2020/03/30 16:33:17 1.3070
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.3069 2020/03/30 16:32:25 riastradh Exp $ 1# $NetBSD: Makefile,v 1.3070 2020/03/30 16:33:17 riastradh Exp $
2# 2#
3 3
4COMMENT= Development utilities 4COMMENT= Development utilities
5 5
6SUBDIR+= ETL 6SUBDIR+= ETL
7SUBDIR+= ExmanIDE 7SUBDIR+= ExmanIDE
8SUBDIR+= GConf 8SUBDIR+= GConf
9SUBDIR+= GConf-ui 9SUBDIR+= GConf-ui
10SUBDIR+= Gorm 10SUBDIR+= Gorm
11SUBDIR+= MoarVM 11SUBDIR+= MoarVM
12SUBDIR+= ObjectiveLib 12SUBDIR+= ObjectiveLib
13SUBDIR+= ProjectCenter 13SUBDIR+= ProjectCenter
14SUBDIR+= R-BH 14SUBDIR+= R-BH
@@ -493,26 +493,27 @@ SUBDIR+= heirloom-what @@ -493,26 +493,27 @@ SUBDIR+= heirloom-what
493SUBDIR+= hoe 493SUBDIR+= hoe
494SUBDIR+= honggfuzz 494SUBDIR+= honggfuzz
495SUBDIR+= hptools 495SUBDIR+= hptools
496SUBDIR+= hs-MonadRandom 496SUBDIR+= hs-MonadRandom
497SUBDIR+= hs-Only 497SUBDIR+= hs-Only
498SUBDIR+= hs-QuickCheck 498SUBDIR+= hs-QuickCheck
499SUBDIR+= hs-StateVar 499SUBDIR+= hs-StateVar
500SUBDIR+= hs-ansi-terminal 500SUBDIR+= hs-ansi-terminal
501SUBDIR+= hs-asn1-encoding 501SUBDIR+= hs-asn1-encoding
502SUBDIR+= hs-asn1-parse 502SUBDIR+= hs-asn1-parse
503SUBDIR+= hs-asn1-types 503SUBDIR+= hs-asn1-types
504SUBDIR+= hs-async 504SUBDIR+= hs-async
505SUBDIR+= hs-base-compat 505SUBDIR+= hs-base-compat
 506SUBDIR+= hs-base-compat-batteries
506SUBDIR+= hs-base-orphans 507SUBDIR+= hs-base-orphans
507SUBDIR+= hs-base-unicode-symbols 508SUBDIR+= hs-base-unicode-symbols
508SUBDIR+= hs-basement 509SUBDIR+= hs-basement
509SUBDIR+= hs-bitarray 510SUBDIR+= hs-bitarray
510SUBDIR+= hs-blaze-builder 511SUBDIR+= hs-blaze-builder
511SUBDIR+= hs-cereal 512SUBDIR+= hs-cereal
512SUBDIR+= hs-cmdargs 513SUBDIR+= hs-cmdargs
513SUBDIR+= hs-code-page 514SUBDIR+= hs-code-page
514SUBDIR+= hs-colour 515SUBDIR+= hs-colour
515SUBDIR+= hs-conduit 516SUBDIR+= hs-conduit
516SUBDIR+= hs-cpphs 517SUBDIR+= hs-cpphs
517SUBDIR+= hs-data-default 518SUBDIR+= hs-data-default
518SUBDIR+= hs-data-default-class 519SUBDIR+= hs-data-default-class

File Added: pkgsrc/devel/hs-base-compat-batteries/DESCR
Provides functions available in later versions of @base@ to a wider
range of compilers, without requiring you to use CPP pragmas in your
code.

This package provides the same API as the
@<http://hackage.haskell.org/package/base-compat base-compat>@
library, but depends on compatibility packages (such as @semigroups@)
to offer a wider support window than @base-compat@, which has no
dependencies. Most of the modules in this library have the same names
as in @base-compat@ to make it easier to switch between the two. There
also exist versions of each module with the suffix @.Repl.Batteries@,
which are distinct from anything in @base-compat@, to allow for easier
use in GHCi.

File Added: pkgsrc/devel/hs-base-compat-batteries/Makefile
# $NetBSD: Makefile,v 1.1 2020/03/30 16:33:17 riastradh Exp $

DISTNAME=	base-compat-batteries-0.11.0
CATEGORIES=	devel
MASTER_SITES=	${MASTER_SITE_HASKELL_HACKAGE:=base-compat-batteries-${PKGVERSION_NOREV}/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://hackage.haskell.org/package/base-compat-batteries/
COMMENT=	Base library compatibility without cpp
LICENSE=	mit

USE_LANGUAGES=	# none

.include "../../devel/hs-base-compat/buildlink3.mk"
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/devel/hs-base-compat-batteries/buildlink3.mk
# $NetBSD: buildlink3.mk,v 1.1 2020/03/30 16:33:17 riastradh Exp $

BUILDLINK_TREE+=	hs-base-compat-batteries

.if !defined(HS_BASE_COMPAT_BATTERIES_BUILDLINK3_MK)
HS_BASE_COMPAT_BATTERIES_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.hs-base-compat-batteries+=	hs-base-compat-batteries>=0.11.0
BUILDLINK_ABI_DEPENDS.hs-base-compat-batteries+=	hs-base-compat-batteries>=0.11.0
BUILDLINK_PKGSRCDIR.hs-base-compat-batteries?=		../../devel/hs-base-compat-batteries
.endif	# HS_BASE_COMPAT_BATTERIES_BUILDLINK3_MK

BUILDLINK_TREE+=	-hs-base-compat-batteries

File Added: pkgsrc/devel/hs-base-compat-batteries/distinfo
$NetBSD: distinfo,v 1.1 2020/03/30 16:33:17 riastradh Exp $

SHA1 (base-compat-batteries-0.11.0.tar.gz) = c96de7211534b2411f096ef30264608432845234
RMD160 (base-compat-batteries-0.11.0.tar.gz) = 286477e6dfa96c185e261a1db59810f21a8d6e55
SHA512 (base-compat-batteries-0.11.0.tar.gz) = 40b9a4ad696df743e9833120f594077653533d05ee66a03d7a79072505d226d578ad3226304b527556384cc30a4e4ab84898686acc3188e585859ae6b089c177
Size (base-compat-batteries-0.11.0.tar.gz) = 16591 bytes