forked from pool/ghc-persistent-sqlite
Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
6c7a93c8f7 | ||
|
0291a28980 | ||
|
c6afafab88 | ||
|
5be01eb73e |
@ -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>
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user