Path to this page:
./
sysutils/hs-filepath-bytestring,
Library for manipulating RawFilePaths in a cross platform way
Branch: CURRENT,
Version: 1.4.2.1.13nb2,
Package name: hs-filepath-bytestring-1.4.2.1.13nb2,
Maintainer: pkgsrc-usersThis 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).
Master sites:
Filesize: 25.56 KB
Version history: (Expand)
- (2024-05-09) Updated to version: hs-filepath-bytestring-1.4.2.1.13nb2
- (2023-11-02) Updated to version: hs-filepath-bytestring-1.4.2.1.13nb1
- (2023-10-24) Package added to pkgsrc.se, version hs-filepath-bytestring-1.4.2.1.13 (created)
CVS history: (Expand)
2024-04-28 13:48:16 by Masatake Daimon | Files touched by this commit (2) |
Log message:
sysutils/hs-filepath-bytestring: Fix build with GHC 9.8
This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.
|
2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141) |
Log message:
Revbump all Haskell after updating lang/ghc96
|
2023-10-24 10:19:49 by Masatake Daimon | Files touched by this commit (5) |
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).
|