Accepting request 801015 from devel:languages:haskell

version update

OBS-URL: https://build.opensuse.org/request/show/801015
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-emojis?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2020-05-11 11:34:48 +00:00 committed by Git OBS Bridge
commit 4f37fa804e
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu May 7 07:48:19 UTC 2020 - Peter Simons <psimons@suse.com>
- Drop obsolete %setup hack to work around a missing Setup.hs file.
New ghc-rpm-macros do this automatically.
-------------------------------------------------------------------
Sat Dec 21 19:56:52 UTC 2019 - psimons@suse.com

View File

@ -56,8 +56,6 @@ This package provides the Haskell %{pkg_name} library development files.
%prep
%setup -q -n %{pkg_name}-%{version}
echo > Setup.hs 'import Distribution.Simple'
echo >>Setup.hs 'main = defaultMain'
%build
%ghc_lib_build