1
0

Accepting request 953516 from devel:languages:haskell

version update

OBS-URL: https://build.opensuse.org/request/show/953516
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-reflection?expand=0&rev=11
This commit is contained in:
Dominique Leuenberger 2022-02-11 22:09:31 +00:00 committed by Git OBS Bridge
commit 8ef0dd216c
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 11 08:57:49 UTC 2022 - Peter Simons <psimons@suse.com>
- Make sure installed text files have no +x flag.
-------------------------------------------------------------------
Tue Nov 16 19:51:23 UTC 2021 - psimons@suse.com

View File

@ -65,10 +65,10 @@ This package provides the Haskell %{pkg_name} library development files.
%prep
%autosetup -n %{pkg_name}-%{version}
cp -p %{SOURCE1} %{pkg_name}.cabal
find . -type f -exec chmod -x {} +
%build
%ghc_lib_build
chmod a-x *.markdown ./examples/*
%install
%ghc_lib_install