osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-filepath-bytestring revision:10, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-filepath-bytestring?expand=0&rev=11
This commit is contained in:
parent
f86f1bcdd7
commit
9fda6e65de
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3610968b4f535ac3d072bf02c875eaacbca5181aa8df0ba4276b638125f6aa03
|
|
||||||
size 25451
|
|
3
filepath-bytestring-1.4.2.1.8.tar.gz
Normal file
3
filepath-bytestring-1.4.2.1.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:37827a41da34a2d41501f7cc99721ef5497e1ee61fb78ce12b676a79e5da3963
|
||||||
|
size 25871
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 12 08:09:40 UTC 2021 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update filepath-bytestring to version 1.4.2.1.8.
|
||||||
|
filepath-bytestring (1.4.2.1.8) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Faster implementations of encodeFilePath and decodeFilePath.
|
||||||
|
They are approximately 2x and 3x as fast, respectively.
|
||||||
|
* encodeFilePath and decodeFilePath used to truncate at the first
|
||||||
|
NUL. The new implementations do not do this. Since unix filepaths
|
||||||
|
cannot contain NUL, this behavior change is can't cause any problems,
|
||||||
|
unless the functions are used for values that are not actually
|
||||||
|
valid filepaths.
|
||||||
|
* Support cabal bench to benchmark the library.
|
||||||
|
|
||||||
|
-- Joey Hess <id@joeyh.name> Wed, 11 Aug 2021 12:17:15 -0400
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 18 10:48:54 UTC 2021 - psimons@suse.com
|
Thu Mar 18 10:48:54 UTC 2021 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%global pkg_name filepath-bytestring
|
%global pkg_name filepath-bytestring
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 1.4.2.1.7
|
Version: 1.4.2.1.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for manipulating RawFilePaths in a cross platform way
|
Summary: Library for manipulating RawFilePaths in a cross platform way
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user