name:                 filepath-bytestring
version:              1.5.2.0.2
visibility:           public
id:                   filepath-bytestring-1.5.2.0.2-BQmlKRZ6lsiCdv8Wz9kZo
key:                  filepath-bytestring-1.5.2.0.2-BQmlKRZ6lsiCdv8Wz9kZo
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:                  1b3ec5de16f074eba8a8ae56987d1ac7
exposed:              True
exposed-modules:
    System.FilePath.ByteString System.FilePath.Posix.ByteString
    System.FilePath.Windows.ByteString

import-dirs:
    /usr/pkg/lib/x86_64-netbsd-ghc-9.10.1/filepath-bytestring-1.5.2.0.2-BQmlKRZ6lsiCdv8Wz9kZo

library-dirs:
    /usr/pkg/lib/x86_64-netbsd-ghc-9.10.1/filepath-bytestring-1.5.2.0.2-BQmlKRZ6lsiCdv8Wz9kZo

library-dirs-static:
    /usr/pkg/lib/x86_64-netbsd-ghc-9.10.1/filepath-bytestring-1.5.2.0.2-BQmlKRZ6lsiCdv8Wz9kZo

dynamic-library-dirs: /usr/pkg/lib/x86_64-netbsd-ghc-9.10.1
data-dir:
    /usr/pkg/share/x86_64-netbsd-ghc-9.10.1/filepath-bytestring-1.5.2.0.2

hs-libraries:         HSfilepath-bytestring-1.5.2.0.2-BQmlKRZ6lsiCdv8Wz9kZo
depends:
    base-4.20.0.0-inplace bytestring-0.12.1.0-inplace
    filepath-1.5.2.0-inplace unix-2.8.5.1-inplace

haddock-interfaces:
    /usr/pkg/share/doc/x86_64-netbsd-ghc-9.10.1/filepath-bytestring-1.5.2.0.2/html/filepath-bytestring.haddock

haddock-html:
    /usr/pkg/share/doc/x86_64-netbsd-ghc-9.10.1/filepath-bytestring-1.5.2.0.2/html
