a8aac57ccf
This package provides type-safe access to filepath manipulations. System.Path is designed to be used instead of System.FilePath. (It is intended to provide versions of functions from that module which have equivalent functionality but are more typesafe). System.Path.Directory is a companion module providing a type-safe alternative to System.Directory. The heart of this module is the Path ar fd abstract type which represents file and directory paths. The idea is that there are two phantom type parameters - the first should be Abs or Rel, and the second File or Dir.
13 lines
337 B
Makefile
13 lines
337 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/11/02 16:56:21 phonohawk Exp $
|
|
#
|
|
|
|
DISTNAME= pathtype-0.5.2
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Type-safe replacement for System.FilePath etc
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../wip/mk/haskell.mk"
|
|
.include "../../wip/hs-QuickCheck/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|