Subject: CVS commit: pkgsrc/sysutils/hs-filepath-bytestring
From: Masatake Daimon
Date: 2023-10-24 10:19:49
Message id: 20231024081949.A09FCFADC@cvs.NetBSD.org

Log Message:
sysutils/hs-filepath-bytestring: import hs-filepath-bytestring-1.4.2.1.13

This package provides functionality for manipulating RawFilePath values. It
can be used as a drop in replacement for the filepath library to get the
benefits of using ByteStrings. It provides three modules:

* System.FilePath.Posix.ByteString manipulates POSIX/Linux style
  RawFilePath values (with / as the path separator).

* System.FilePath.Windows.ByteString manipulates Windows style RawFilePath
  values (with either \ or / as the path separator, and deals with drives).

* System.FilePath.ByteString is an alias for the module appropriate to your
  platform.

All three modules provide the same API, and the same documentation (calling
out differences in the different variants).

Files:
RevisionActionfile
1.1addpkgsrc/sysutils/hs-filepath-bytestring/DESCR
1.1addpkgsrc/sysutils/hs-filepath-bytestring/Makefile
1.1addpkgsrc/sysutils/hs-filepath-bytestring/PLIST
1.1addpkgsrc/sysutils/hs-filepath-bytestring/buildlink3.mk
1.1addpkgsrc/sysutils/hs-filepath-bytestring/distinfo