7c7fc20cb5
MissingH is a library of all sorts of utility functions for Haskell programmers. It is written in pure Haskell and thus should be extremely portable and easy to use.
18 lines
600 B
Makefile
18 lines
600 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/10/01 04:28:57 phonohawk Exp $
|
|
#
|
|
|
|
DISTNAME= MissingH-1.1.0.1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Library of utility functions for Haskell programmers
|
|
|
|
.include "../../wip/mk/haskell.mk"
|
|
.include "../../wip/hs-HUnit/buildlink3.mk"
|
|
.include "../../wip/hs-QuickCheck1/buildlink3.mk"
|
|
.include "../../wip/hs-hslogger/buildlink3.mk"
|
|
.include "../../wip/hs-network/buildlink3.mk"
|
|
.include "../../wip/hs-mtl/buildlink3.mk"
|
|
.include "../../wip/hs-parsec/buildlink3.mk"
|
|
.include "../../wip/hs-regex-compat/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|