Accepting request 1194891 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1194891
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-filepath-bytestring?expand=0&rev=11
This commit is contained in:
Ana Guerrero 2024-08-20 14:15:06 +00:00 committed by Git OBS Bridge
commit 2d8538b332
4 changed files with 21 additions and 5 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:78558153d9c3ea64acfdd15c1596f0415331efb3915938e62916a503d7fdd0fd
size 26239

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9cadf0298643a0dc6aa0e5dea0b652cfcb742c3208e520f4671296d551b27a37
size 26173

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Jul 29 23:41:34 UTC 2024 - Peter Simons <psimons@suse.com>
- Update filepath-bytestring to version 1.4.100.3.2.
filepath-bytestring (1.4.100.3.2) unstable; urgency=medium
* Relax bounds to allow base-4.19.
-- Joey Hess <id@joeyh.name> Mon, 29 Jul 2024 19:40:51 -0400
filepath-bytestring (1.4.100.3.1) unstable; urgency=medium
* Updated to filepath-1.4.100.3, which fixes a regression.
* Allow up to filepath-1.4.200.1.
-- Joey Hess <id@joeyh.name> Mon, 29 Jul 2024 19:27:57 -0400
-------------------------------------------------------------------
Fri May 3 13:54:40 UTC 2024 - Peter Simons <psimons@suse.com>

View File

@ -20,7 +20,7 @@
%global pkgver %{pkg_name}-%{version}
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 1.4.2.1.13
Version: 1.4.100.3.2
Release: 0
Summary: Library for manipulating RawFilePaths in a cross platform way
License: BSD-3-Clause
@ -92,7 +92,6 @@ This package provides the Haskell %{pkg_name} profiling library.
%prep
%autosetup -n %{pkg_name}-%{version}
cabal-tweak-dep-ver base "< 4.19" "< 5"
%build
%ghc_lib_build