diff --git a/filepath-bytestring-1.4.2.1.12.tar.gz b/filepath-bytestring-1.4.2.1.12.tar.gz new file mode 100644 index 0000000..e2f3688 --- /dev/null +++ b/filepath-bytestring-1.4.2.1.12.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:581f7193f505d4c4eefc9b9153a3167d67ff6ad7e36eba315b01a2ef88381245 +size 26127 diff --git a/filepath-bytestring-1.4.2.1.9.tar.gz b/filepath-bytestring-1.4.2.1.9.tar.gz deleted file mode 100644 index 1ea91b8..0000000 --- a/filepath-bytestring-1.4.2.1.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:67d29d1d452230f37d15d209a14be3309c2c10798a6442a889abfed92be94bb6 -size 25901 diff --git a/ghc-filepath-bytestring.changes b/ghc-filepath-bytestring.changes index 1323d6a..f6d4ef8 100644 --- a/ghc-filepath-bytestring.changes +++ b/ghc-filepath-bytestring.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Sat Oct 22 13:07:23 UTC 2022 - Peter Simons + +- 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 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 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 Wed, 08 Dec 2021 18:55:24 -0400 + ------------------------------------------------------------------- Fri Dec 3 15:52:06 UTC 2021 - Peter Simons diff --git a/ghc-filepath-bytestring.spec b/ghc-filepath-bytestring.spec index 94d9b71..adf6a7c 100644 --- a/ghc-filepath-bytestring.spec +++ b/ghc-filepath-bytestring.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-filepath-bytestring # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %global pkg_name filepath-bytestring %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.4.2.1.9 +Version: 1.4.2.1.12 Release: 0 Summary: Library for manipulating RawFilePaths in a cross platform way License: BSD-3-Clause @@ -52,6 +52,10 @@ platform. All three modules provide the same API, and the same documentation (calling out differences in the different variants). +This package is now deprecated, since filepath 1.4.100.0 provides an OsPath +type that is based on a bytestring. See +https://hasufell.github.io/posts/2022-06-29-fixing-haskell-filepaths.html. + %package devel Summary: Haskell %{pkg_name} library development files Requires: %{name} = %{version}-%{release}