Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
91f80c7d4c |
1 changed files with 5 additions and 2 deletions
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
Name: haskell-platform
|
||||
Version: 2022.2
|
||||
Release: 22%{?dist}
|
||||
Release: 23%{?dist}
|
||||
Summary: Standard Haskell distribution
|
||||
|
||||
License: BSD
|
||||
|
|
@ -395,7 +395,7 @@ echo %{_bindir}/haskell-mustache >> %{mustache}/ghc-mustache.files
|
|||
mkdir -p %{buildroot}%{_datadir}/bash-completion/completions/
|
||||
%{buildroot}%{_bindir}/stack --bash-completion-script stack | sed s/filenames/default/ > %{buildroot}%{_datadir}/bash-completion/completions/stack
|
||||
|
||||
install -p -m 644 %{SOURCE20} %{buildroot}%{_bindir}/stack-symlink-distro-ghc
|
||||
install -p %{SOURCE20} %{buildroot}%{_bindir}/stack-symlink-distro-ghc
|
||||
|
||||
|
||||
%files
|
||||
|
|
@ -412,6 +412,9 @@ install -p -m 644 %{SOURCE20} %{buildroot}%{_bindir}/stack-symlink-distro-ghc
|
|||
|
||||
|
||||
%changelog
|
||||
* Sat Nov 11 2023 Jens Petersen <petersen@redhat.com> - 2022.2-23
|
||||
- make stack-symlink-distro-ghc executable
|
||||
|
||||
* Tue Apr 11 2023 Jens Petersen <petersen@redhat.com> - 2022.2-22
|
||||
- backport fix for error: InvalidAbsFile "/usr/lib64/ghc-9.2.3/lib/../lib/x86_64-linux-ghc-9.2.3/rts-1.0.2/include/ghcversion.h" (#5866)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue