Ondřej Súkup
9fda6e65de
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-filepath-bytestring?expand=0&rev=11
44 lines
1.7 KiB
Plaintext
44 lines
1.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
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
|
|
|
|
- Update filepath-bytestring to version 1.4.2.1.7.
|
|
filepath-bytestring (1.4.2.1.7) unstable; urgency=medium
|
|
|
|
* Relax QuickCheck bounds to allow 2.14.
|
|
* Relax base bounds so it will build with ghc 9.0.1.
|
|
|
|
-- Joey Hess <id@joeyh.name> Wed, 17 Mar 2021 08:11:27 -0400
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
|
|
|
- disable %{ix86} build
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 18 10:44:51 UTC 2020 - Peter Simons <psimons@suse.com>
|
|
|
|
- Replace %setup -q with the more modern %autosetup macro.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 9 09:26:13 UTC 2020 - psimons@suse.com
|
|
|
|
- Add filepath-bytestring at version 1.4.2.1.6.
|
|
|