os-string

Library for manipulating Operating system strings.

https://github.com/haskell/os-string/blob/master/README.md

Version on this page:2.0.2@rev:1
LTS Haskell 22.21:2.0.2.1
Stackage Nightly 2024-05-11:2.0.2.2
Latest on Hackage:2.0.2.2

See all snapshots os-string appears in

BSD-3-Clause licensed and maintained by Julian Ospald
This version can be pinned in stack with:os-string-2.0.2@sha256:7357bdf979adcbfb8e33915f0c81fd32f28ff920d571096888610ebf12e1ae26,3403
Used by 1 package in nightly-2024-04-27(full list with versions):

OsString Hackage version

This package provides functionality for manipulating @OsString@ values, and is shipped with <https://www.haskell.org/ghc/ GHC>.

Changes

Changelog for os-string package

2.0.2 Dec 2023

  • Implement coercionToPlatformTypes, fixes #4

2.0.1 Dec 2023

  • add unsafeEncodeUtf, fixes #5

2.0.0 Nov 2023

  • Split out OsString modules from filepath library
  • add more bytestring like functions (index/search/etc.)

1.0.0 Nov 2023

  • dummy release to avoid name clashes with filepath <1.5