The Haskell "time" package replaces System.Time (existing API). As of GHC 6.6, it is part of the standard libraries.
13 lines
302 B
Makefile
13 lines
302 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/01/12 06:54:50 phonohawk Exp $
|
|
#
|
|
|
|
DISTNAME= time-1.1.2.2
|
|
PKGNAME= hs-${DISTNAME}
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
HOMEPAGE= http://semantic.org/TimeLib/
|
|
COMMENT= Haskell time library
|
|
|
|
.include "../../wip/mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|