Accepting request 857247 from devel:languages:haskell

update haskell stack in openSUS

OBS-URL: https://build.opensuse.org/request/show/857247
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-base64-bytestring?expand=0&rev=14
This commit is contained in:
Dominique Leuenberger 2020-12-22 10:35:32 +00:00 committed by Git OBS Bridge
commit 4c86726115
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
- disable %{ix86} build
-------------------------------------------------------------------
Sun Nov 15 22:12:13 UTC 2020 - psimons@suse.com

View File

@ -28,6 +28,7 @@ Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-rpm-macros
ExcludeArch: %{ix86}
%if %{with tests}
BuildRequires: ghc-HUnit-devel
BuildRequires: ghc-QuickCheck-devel