pkgsrc/devel/hs-transformers/Makefile
szptvlfn cd051511e7 Update to 0.4.2.0
changelog:
0.4.2.0 Ross Paterson <ross@soi.city.ac.uk> Nov 2014
    * Dropped compatibility with base-1.x
    * Data.Functor.Identity in base for GHC >= 7.10
    * Added mapLift and runErrors to Control.Applicative.Lift
    * Added AutoDeriveTypeable for GHC >= 7.10
    * Expanded messages from mfix on ExceptT and MaybeT
2014-11-23 12:51:34 +00:00

11 lines
277 B
Makefile

# $NetBSD: Makefile,v 1.2 2014/11/23 12:51:34 szptvlfn Exp $
DISTNAME= transformers-0.4.2.0
CATEGORIES= devel
MAINTAINER= pho@cielonegro.org
COMMENT= Concrete functor and monad transformers
LICENSE= modified-bsd
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"