This module defines a class for types with a default value. Instances are provided for '()', Set, Map, Int, Integer, Float, Double, Ratio, Maybe, '[]', '->' and IO.
12 lines
281 B
Makefile
12 lines
281 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/11/02 16:38:18 phonohawk Exp $
|
|
#
|
|
|
|
DISTNAME= data-default-0.2
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Class for types with a default value
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../wip/mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|