Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/hs-pathtype,
Type-safe replacement for System.FilePath etc
Branch: CURRENT,
Version: 0.5.2,
Package name: hs-pathtype-0.5.2,
Maintainer: phoThis 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.
Required to run:[
wip/ghc] [
devel/hs-QuickCheck]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: 1e3769c8f5d4aa992908fbf69896dd7ee9486edc
RMD160: 6b0bd1d57281ea2cced69c8c1d121812e52ae6cc
Filesize: 13.259 KB
Version history: (Expand)
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
- (2019-12-17) Package deleted from pkgsrc
- (2019-12-15) Package has been reborn
- (2019-12-14) Package deleted from pkgsrc
- (2019-06-25) Package has been reborn
CVS history: (Expand)
2014-08-29 16:10:14 by Ryosuke Moro | Files touched by this commit (101) |
Log message:
make it clear what package depend on
discussed with wiz@.
|
2010-11-02 17:56:21 by PHO / phonohawk | Files touched by this commit (5) | |
Log message:
Import hs-pathtype-0.5.2 as wip/hs-pathtype.
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.
|