2022-02-10 15:36:52 +01:00
|
|
|
-------------------------------------------------------------------
|
2023-02-02 14:42:05 +01:00
|
|
|
Sat Oct 22 13:07:23 UTC 2022 - Peter Simons <psimons@suse.com>
|
|
|
|
|
|
|
|
- Update filepath-bytestring to version 1.4.2.1.12.
|
|
|
|
filepath-bytestring (1.4.2.1.12) unstable; urgency=medium
|
|
|
|
|
|
|
|
* Relax bounds to allow base 4.17 (ghc 9.4).
|
|
|
|
|
|
|
|
-- Joey Hess <id@joeyh.name> Thu, 20 Oct 2022 13:25:40 -0400
|
|
|
|
|
|
|
|
filepath-bytestring (1.4.2.1.11) unstable; urgency=medium
|
|
|
|
|
|
|
|
* Deprecated this library, since filepath has added OsPath that
|
|
|
|
is based on a bytestring.
|
|
|
|
|
|
|
|
-- Joey Hess <id@joeyh.name> Sat, 23 Jul 2022 12:41:53 -0400
|
|
|
|
|
|
|
|
filepath-bytestring (1.4.2.1.10) unstable; urgency=medium
|
|
|
|
|
|
|
|
* Depend on bytestring-0.11.2.0, and use it to implement encodeFilePath
|
|
|
|
and decodeFilePath, whose code was previously copied from it.
|
|
|
|
|
|
|
|
-- Joey Hess <id@joeyh.name> Wed, 08 Dec 2021 18:55:24 -0400
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2022-02-11 03:01:55 +01:00
|
|
|
Fri Dec 3 15:52:06 UTC 2021 - Peter Simons <psimons@suse.com>
|
2022-02-10 15:36:52 +01:00
|
|
|
|
|
|
|
- Update filepath-bytestring to version 1.4.2.1.9.
|
|
|
|
filepath-bytestring (1.4.2.1.9) unstable; urgency=medium
|
|
|
|
|
|
|
|
* Relax bounds to allow base 4.16 (ghc 9.2).
|
|
|
|
|
|
|
|
-- Joey Hess <id@joeyh.name> Fri, 03 Dec 2021 11:49:58 -0400
|
|
|
|
|
2021-08-17 11:54:13 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2021-03-19 16:52:55 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|
|
|
|
|
2020-12-18 13:52:06 +01:00
|
|
|
-------------------------------------------------------------------
|
2020-12-19 19:28:34 +01:00
|
|
|
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
2020-12-18 13:52:06 +01:00
|
|
|
|
2020-12-19 18:48:04 +01:00
|
|
|
- disable %{ix86} build
|
2020-12-18 13:52:06 +01:00
|
|
|
|
2020-08-19 03:01:33 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 18 10:44:51 UTC 2020 - Peter Simons <psimons@suse.com>
|
|
|
|
|
|
|
|
- Replace %setup -q with the more modern %autosetup macro.
|
|
|
|
|
2020-06-16 12:56:49 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 9 09:26:13 UTC 2020 - psimons@suse.com
|
|
|
|
|
|
|
|
- Add filepath-bytestring at version 1.4.2.1.6.
|
|
|
|
|