forked from pool/ghc-hledger-lib
Accepting request 917923 from devel:languages:haskell
- Increase RAM required in _constraints to match the current requirements and avoid OOM errors seen on aarch64 - relax dependency on base-compat-batteries OBS-URL: https://build.opensuse.org/request/show/917923 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-hledger-lib?expand=0&rev=13
This commit is contained in:
commit
cbae697021
@ -1,7 +1,7 @@
|
||||
<constraints>
|
||||
<hardware>
|
||||
<disk>
|
||||
<size unit="G">4</size>
|
||||
<size unit="G">5</size>
|
||||
</disk>
|
||||
</hardware>
|
||||
</constraints>
|
||||
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 7 08:28:49 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Increase RAM required in _constraints to match the current
|
||||
requirements and avoid OOM errors seen on aarch64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 7 03:45:51 UTC 2021 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- relax dependency on base-compat-batteries
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 8 22:05:02 UTC 2021 - psimons@suse.com
|
||||
|
||||
|
@ -93,6 +93,7 @@ This package provides the Haskell %{pkg_name} library development files.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{pkg_name}-%{version}
|
||||
cabal-tweak-dep-ver 'base-compat-batteries' '<0.12' '<0.13'
|
||||
|
||||
%build
|
||||
%ghc_lib_build
|
||||
|
Loading…
x
Reference in New Issue
Block a user