1
0

Compare commits

..

4 Commits

2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 16 07:57:55 UTC 2024 - Peter Simons <psimons@suse.com>
- Re-generate spec file with a recent versions of Cabal.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Dec 7 16:55:02 UTC 2023 - Peter Simons <psimons@suse.com> Thu Dec 7 16:55:02 UTC 2023 - Peter Simons <psimons@suse.com>

View File

@ -61,7 +61,7 @@ BuildRequires: ghc-unliftio-core-prof
BuildRequires: ghc-unordered-containers-devel BuildRequires: ghc-unordered-containers-devel
BuildRequires: ghc-unordered-containers-prof BuildRequires: ghc-unordered-containers-prof
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: sqlite3-devel BuildRequires: sqlite-devel
ExcludeArch: %{ix86} ExcludeArch: %{ix86}
%if %{with tests} %if %{with tests}
BuildRequires: ghc-HUnit-devel BuildRequires: ghc-HUnit-devel
@ -95,7 +95,6 @@ Summary: Haskell %{pkg_name} library development files
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
Requires: ghc-compiler = %{ghc_version} Requires: ghc-compiler = %{ghc_version}
Requires: glibc-devel Requires: glibc-devel
Requires: sqlite3-devel
Requires(post): ghc-compiler = %{ghc_version} Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version} Requires(postun): ghc-compiler = %{ghc_version}
@ -123,7 +122,7 @@ This package provides the Haskell %{pkg_name} profiling library.
%autosetup -n %{pkg_name}-%{version} %autosetup -n %{pkg_name}-%{version}
%build %build
%define cabal_configure_options -fsystemlib %define cabal_configure_options -f+systemlib
%ghc_lib_build %ghc_lib_build
%install %install