1ee8fe967d
* 0.2.3.3 (23 Jan 2018) - Update for GHC-8.4, test with GHC 7.0-8.4 * 0.2.3.2 (15 May 2017) - Move to github. * 0.2.3.1 (2 May 2016) - Fix a test case which was causing occasional spurious test suite failures due to too many discarded tests. Thanks to Doug Beardsley and Peter Simons for reporting the issue. * 0.2.3 (12 January 2016) - New function 'divvy' (with associated tests) from Tim Washington. * 0.2.2r2 (7 Jan 2016) - allow base-4.9 * 0.2.2r1 (12 Dec 2014) - allow base-4.8
11 lines
264 B
Makefile
11 lines
264 B
Makefile
# $NetBSD: Makefile,v 1.2 2020/01/02 09:11:33 pho Exp $
|
|
|
|
DISTNAME= split-0.2.3.3
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Combinator library for splitting lists
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|