This package was written to assist you at finding a set of packages, which satisfy your needs. At the moment it doesn't have a standalone executable, but you can do the queries from your Haskell code.
18 lines
570 B
Makefile
18 lines
570 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/10/01 08:58:04 phonohawk Exp $
|
|
#
|
|
|
|
DISTNAME= cabal-query-0.1
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Helpers for querying .cabal files or hackageDB's 00-index.tar
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../wip/mk/haskell.mk"
|
|
.include "../../wip/ghc/buildlink3.mk"
|
|
.include "../../wip/hs-MissingH/buildlink3.mk"
|
|
.include "../../wip/hs-derive/buildlink3.mk"
|
|
.include "../../wip/hs-mtl/buildlink3.mk"
|
|
.include "../../wip/hs-tar/buildlink3.mk"
|
|
.include "../../wip/hs-uniplate/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|