openbsd-ports/devel/hs-ghc-paths/Makefile
kili 1115091951 Import hs-ghc-paths, a tiny library that exposes several
installation directories of GHC to other Haskell packages.

Not yet wired to the build.
2010-04-13 18:32:56 +00:00

22 lines
487 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2010/04/13 18:32:56 kili Exp $
COMMENT = knowledge of GHC's installation directories
DISTNAME = ghc-paths-0.1.0.6
CATEGORIES = devel
MAINTAINER = Matthias Kilian <kili@openbsd.org>
# BSD3
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = lang/ghc
# No haddock by intention, because Haddock depends on this package.
MODGHC_BUILD = cabal hackage register
.include <bsd.port.mk>