CHANGELOG: 0.4.4, 0.4.3 * Fixed compatibility with GHC 7.7 and tightened `Safe` Haskell support. 0.4.1 * Added `Day` convolution under `Data.Functor.Contravariant.Day`.
15 lines
418 B
Makefile
15 lines
418 B
Makefile
# $NetBSD: Makefile,v 1.3 2013/08/31 05:26:28 szptvlfn Exp $
|
|
#
|
|
|
|
DISTNAME= contravariant-0.4.4
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Contravariant functors
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../wip/mk/haskell.mk"
|
|
.include "../../wip/hs-tagged/buildlink3.mk"
|
|
.include "../../wip/hs-transformers/buildlink3.mk"
|
|
.include "../../wip/hs-transformers-compat/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|