Accepting request 1231510 from devel:languages:haskell
version update for ghc-9.10.1 OBS-URL: https://build.opensuse.org/request/show/1231510 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-filepath-bytestring?expand=0&rev=12
This commit is contained in:
commit
01de501d58
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:78558153d9c3ea64acfdd15c1596f0415331efb3915938e62916a503d7fdd0fd
|
||||
size 26239
|
3
filepath-bytestring-1.5.2.0.0.tar.gz
Normal file
3
filepath-bytestring-1.5.2.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:82c3f2cc8d7c5859c0e1ad6984a985b9866538d878b11e0a9c527b4a4a356131
|
||||
size 26393
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 6 14:36:38 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update filepath-bytestring to version 1.5.2.0.0.
|
||||
Upstream has edited the change log file since the last release in
|
||||
a non-trivial way, i.e. they did more than just add a new entry
|
||||
at the top. You can review the file at:
|
||||
http://hackage.haskell.org/package/filepath-bytestring-1.5.2.0.0/src/CHANGELOG
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 29 23:41:34 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 1.4.100.3.2
|
||||
Version: 1.5.2.0.0
|
||||
Release: 0
|
||||
Summary: Library for manipulating RawFilePaths in a cross platform way
|
||||
License: BSD-3-Clause
|
||||
@ -31,6 +31,8 @@ BuildRequires: ghc-base-devel
|
||||
BuildRequires: ghc-base-prof
|
||||
BuildRequires: ghc-bytestring-devel
|
||||
BuildRequires: ghc-bytestring-prof
|
||||
BuildRequires: ghc-filepath-devel
|
||||
BuildRequires: ghc-filepath-prof
|
||||
BuildRequires: ghc-rpm-macros
|
||||
BuildRequires: ghc-unix-devel
|
||||
BuildRequires: ghc-unix-prof
|
||||
@ -38,8 +40,6 @@ ExcludeArch: %{ix86}
|
||||
%if %{with tests}
|
||||
BuildRequires: ghc-QuickCheck-devel
|
||||
BuildRequires: ghc-QuickCheck-prof
|
||||
BuildRequires: ghc-filepath-devel
|
||||
BuildRequires: ghc-filepath-prof
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -92,6 +92,7 @@ This package provides the Haskell %{pkg_name} profiling library.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{pkg_name}-%{version}
|
||||
cabal-tweak-dep-ver base '< 4.20' '< 5'
|
||||
|
||||
%build
|
||||
%ghc_lib_build
|
||||
|
Loading…
Reference in New Issue
Block a user