kili a55e930042 Import hs-transformers-compat (but don't link it to the build yet).
ok sthen@, dcoppa@

This package includes backported versions of types that were added
to transformers in transformers 0.3 an 0.4 for users who need strict
transformers 0.2 or 0.3 compatibility to run on old versions of the
platform, but also need those types.
2015-09-11 18:57:33 +00:00

20 lines
441 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2015/09/11 18:57:33 kili Exp $
COMMENT = compat lib exposing transformers 0.3 and 0.4 types
# Dependency of meta/haskell-platform.
# Please do *not* update without thinking.
DISTNAME = transformers-compat-0.4.0.4
CATEGORIES = devel
# BSD3
PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/ghc
MODGHC_BUILD = cabal hackage haddock register
MODGHC_PACKAGE_KEY = DCQioW2d4vYEa3T0AmFBPv
.include <bsd.port.mk>