name:                 filepath-bytestring
version:              1.4.2.1.13
visibility:           public
id:                   filepath-bytestring-1.4.2.1.13-1DcsrUSkedNIv9i70rXzRp
key:                  filepath-bytestring-1.4.2.1.13-1DcsrUSkedNIv9i70rXzRp
license:              BSD-3-Clause
copyright:
    Neil Mitchell 2005-2019
    Joey Hess 2019-2021

maintainer:           Joey Hess <id@joeyh.name>
author:               Neil Mitchell <ndmitchell@gmail.com>
synopsis:
    Library for manipulating RawFilePaths in a cross platform way.

description:
    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).

    This package is now deprecated, since filepath 1.4.100.0 provides an
    OsPath type that is based on a bytestring. See
    https://hasufell.github.io/posts/2022-06-29-fixing-haskell-filepaths.html

category:             System
abi:                  9d3527efb81ab9ba7f3afde3a0d5a8f6
exposed:              True
exposed-modules:
    System.FilePath.ByteString System.FilePath.Posix.ByteString
    System.FilePath.Windows.ByteString

import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2/filepath-bytestring-1.4.2.1.13-1DcsrUSkedNIv9i70rXzRp

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2/filepath-bytestring-1.4.2.1.13-1DcsrUSkedNIv9i70rXzRp

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2/filepath-bytestring-1.4.2.1.13-1DcsrUSkedNIv9i70rXzRp

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2
data-dir:
    /usr/pkg/share/aarch64-netbsd-ghc-9.8.2/filepath-bytestring-1.4.2.1.13

hs-libraries:         HSfilepath-bytestring-1.4.2.1.13-1DcsrUSkedNIv9i70rXzRp
depends:
    base-4.19.1.0-inplace bytestring-0.12.1.0-inplace
    unix-2.8.4.0-inplace

haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.8.2/filepath-bytestring-1.4.2.1.13/html/filepath-bytestring.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.8.2/filepath-bytestring-1.4.2.1.13/html
