1b0fdc6a98
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.
16 lines
461 B
Makefile
16 lines
461 B
Makefile
# $NetBSD: Makefile,v 1.11 2019/12/31 13:55:47 pho Exp $
|
|
|
|
DISTNAME= nats-1.1.2
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
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"
|