pkgsrc-wip/hs-stream-fusion/buildlink3.mk
PHO / phonohawk 2089e9dfca Import hs-stream-fusion-0.1.2.2 as wip/hs-stream-fusion.
This package provides the standard Haskell list library reimplemented
to allow stream fusion. This should in general provide faster list
operations, and faster code for list-heavy programs. See the paper
Stream Fusion: From Lists to Streams to Nothing at All, Coutts,
Leshchinskiy and Stewart, 2007. To use, simply import Data.List.Stream
in place of Data.List, and hide list functions from the Prelude.
2011-01-13 12:16:46 +00:00

12 lines
391 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1.1.1 2011/01/13 12:16:46 phonohawk Exp $
BUILDLINK_TREE+= hs-stream-fusion
.if !defined(HS_STREAM_FUSION_BUILDLINK3_MK)
HS_STREAM_FUSION_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.hs-stream-fusion+= hs-stream-fusion>=0.1
BUILDLINK_PKGSRCDIR.hs-stream-fusion?= ../../wip/hs-stream-fusion
.endif # HS_STREAM_FUSION_BUILDLINK3_MK
BUILDLINK_TREE+= -hs-stream-fusion