Metadata revisions for filepath-1.4.100.0

Package maintainers and Hackage trustees are allowed to edit certain bits of package metadata after a release, without uploading a new tarball. Note that the tarball itself is never changed, just the metadata that is stored separately. For more information about metadata revisions, please refer to the Hackage Metadata Revisions FAQ.

No. Time User SHA256
-r3 (filepath-1.4.100.0-r3) 2023-02-18T16:05:56Z maerwald bbf81d4f718d5a078946fa3ec7ae92a555d7ab115d0c911df6fe42be9220ea2f
  • Changed homepage from

    https://gitlab.haskell.org/haskell/filepath/-/blob/master/README.md
    to
    https://github.com/haskell/filepath/blob/master/README.md

  • Changed bug-reports from

    https://gitlab.haskell.org/haskell/filepath/-/issues
    to
    https://github.com/haskell/filepath/issues

  • Changed source-repository from

    source-repository head
        type:     git
        location: https://gitlab.haskell.org/haskell/filepath
    
    to
    source-repository head
        type:     git
        location: https://github.com/haskell/filepath
    

-r2 (filepath-1.4.100.0-r2) 2023-02-17T14:40:48Z maerwald ba3d7c293e342a441cb4fa3de16344393cc7cb0f4cb59edcd457f6c7104d4c81
  • Changed the library component's library dependency on 'base' from

    >=4.9 && <4.18
    to
    >=4.9 && <4.19

-r1 (filepath-1.4.100.0-r1) 2022-07-16T20:02:13Z maerwald 45a49fc8c379b33fdba3c8cc96dcf22b15c50995d0f4b8638e9b6b9423d1b877
  • Changed description from

    This package provides functionality for manipulating @FilePath@ values, and is shipped with <https://www.haskell.org/ghc/ GHC>. It provides two variants for filepaths:
    
    1. legacy filepaths: @type FilePath = String@
    
    2. operating system abstracted filepaths (@OsPath@): internally unpinned @ShortByteString@ (platform-dependent encoding)
    
    It is recommended to use @OsPath@ when possible, because it is more correct.
    
    For each variant there are three main modules:
    
    * "System.FilePath.Posix" / "System.OsPath.Posix" manipulates POSIX\/Linux style @FilePath@ values (with @\/@ as the path separator).
    
    * "System.FilePath.Windows" / "System.OsPath.Windows" manipulates Windows style @FilePath@ values (with either @\\@ or @\/@ as the path separator, and deals with drives).
    
    * "System.FilePath" / "System.OsPath" for dealing with current platform-specific filepaths
    
    "System.OsString" is like "System.OsPath", but more general purpose. Refer to the documentation of
    those modules for more information.
    to
    This package provides functionality for manipulating @FilePath@ values, and is shipped with <https://www.haskell.org/ghc/ GHC>. It provides two variants for filepaths:
    
    1. legacy filepaths: @type FilePath = String@
    
    2. operating system abstracted filepaths (@OsPath@): internally unpinned @ShortByteString@ (platform-dependent encoding)
    
    It is recommended to use @OsPath@ when possible, because it is more correct.
    
    For each variant there are three main modules:
    
    * "System.FilePath.Posix" / "System.OsPath.Posix" manipulates POSIX\/Linux style @FilePath@ values (with @\/@ as the path separator).
    
    * "System.FilePath.Windows" / "System.OsPath.Windows" manipulates Windows style @FilePath@ values (with either @\\@ or @\/@ as the path separator, and deals with drives).
    
    * "System.FilePath" / "System.OsPath" for dealing with current platform-specific filepaths
    
    "System.OsString" is like "System.OsPath", but more general purpose. Refer to the documentation of
    those modules for more information.
    
    An introduction into the new API can be found in this
    <https://hasufell.github.io/posts/2022-06-29-fixing-haskell-filepaths.html blog post>.
    Code examples for the new API can be found <https://github.com/hasufell/filepath-examples here>.

-r0 (filepath-1.4.100.0-r0) 2022-07-15T15:03:59Z maerwald 5bef946d1cd63c285d10da8d6182791e4d8d8907555ac0f8b77072efec18205e