reenable %_ghcdynlibdir for ghc-8.2 building
This commit is contained in:
parent
2e2b672417
commit
811c5a99f0
@ -10,7 +10,7 @@
|
|||||||
#%%global without_hscolour 1
|
#%%global without_hscolour 1
|
||||||
|
|
||||||
Name: ghc-rpm-macros
|
Name: ghc-rpm-macros
|
||||||
Version: 1.8.4
|
Version: 1.8.5
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: RPM macros for building Haskell packages for GHC
|
Summary: RPM macros for building Haskell packages for GHC
|
||||||
|
|
||||||
@ -162,6 +162,9 @@ EOF
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jan 28 2018 Jens Petersen <petersen@redhat.com> - 1.8.5-1
|
||||||
|
- re-enable _ghcdynlibdir (for ghc-8.2)
|
||||||
|
|
||||||
* Sun Jan 28 2018 Jens Petersen <petersen@redhat.com> - 1.8.4-1
|
* Sun Jan 28 2018 Jens Petersen <petersen@redhat.com> - 1.8.4-1
|
||||||
- make the recent dynlib packaging changes conditional on _ghcdynlibdir
|
- make the recent dynlib packaging changes conditional on _ghcdynlibdir
|
||||||
- temporarily disable _ghcdynlibdir for Rawhide
|
- temporarily disable _ghcdynlibdir for Rawhide
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
%_ghcdocdir %{_ghclicensedir}/%{name}
|
%_ghcdocdir %{_ghclicensedir}/%{name}
|
||||||
|
|
||||||
# disable for ghc-8.0 for now
|
%_ghcdynlibdir %{_libdir}
|
||||||
#%%_ghcdynlibdir %{_libdir}
|
|
||||||
|
|
||||||
%cabal_install_options -v
|
%cabal_install_options -v
|
||||||
|
Loading…
Reference in New Issue
Block a user