1
0

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:
Dominique Leuenberger 2021-09-10 21:41:22 +00:00 committed by Git OBS Bridge
commit cbae697021
3 changed files with 13 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<constraints>
<hardware>
<disk>
<size unit="G">4</size>
<size unit="G">5</size>
</disk>
</hardware>
</constraints>

View File

@ -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

View File

@ -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