head	1.2;
access;
symbols
	pkgsrc-2026Q1:1.2.0.6
	pkgsrc-2026Q1-base:1.2
	pkgsrc-2025Q4:1.2.0.4
	pkgsrc-2025Q4-base:1.2
	pkgsrc-2025Q3:1.2.0.2
	pkgsrc-2025Q3-base:1.2
	pkgsrc-2025Q2:1.1.0.4
	pkgsrc-2025Q2-base:1.1
	pkgsrc-2025Q1:1.1.0.2
	pkgsrc-2025Q1-base:1.1;
locks; strict;
comment	@# @;


1.2
date	2025.08.13.11.07.07;	author pho;	state Exp;
branches;
next	1.1;
commitid	oGqtJTKdyCfCKy6G;

1.1
date	2025.03.07.17.00.46;	author pho;	state Exp;
branches;
next	;
commitid	y4mmknPKHNPhP9MF;


desc
@@


1.2
log
@Bump all Haskell because lang/ghc910 has got a library change
@
text
@# $NetBSD: Makefile,v 1.1 2025/03/07 17:00:46 pho Exp $

DISTNAME=	wide-word-0.1.7.0
PKGREVISION=	1
CATEGORIES=	devel

MAINTAINER=	pkgsrc-users@@NetBSD.org
COMMENT=	Data types for large but fixed width signed and unsigned integers
LICENSE=	2-clause-bsd

.include "../../devel/hs-primitive/buildlink3.mk"
.include "../../devel/hs-hashable/buildlink3.mk"
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"
@


1.1
log
@devel/hs-wide-word: import hs-wide-word-0.1.7.0

A library to provide data types for large (ie > 64 bits) but fixed width
signed and unsigned integers with the usual typeclass instances to allow
them to be used interchangeably with Word64.

The types and operations are coded to be as fast as possible using
strictness annotations, INLINEABLE pragmas and unboxed values and operations
where appropriate.
@
text
@d1 1
a1 1
# $NetBSD$
d4 1
@

