use -package Cabal to build Setup
This commit is contained in:
parent
2e646e6ade
commit
3e574ed460
@ -10,8 +10,8 @@
|
|||||||
#%%global without_hscolour 1
|
#%%global without_hscolour 1
|
||||||
|
|
||||||
Name: ghc-rpm-macros
|
Name: ghc-rpm-macros
|
||||||
Version: 2.0.6
|
Version: 2.0.7
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: RPM macros for building Haskell packages for GHC
|
Summary: RPM macros for building Haskell packages for GHC
|
||||||
|
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
@ -211,6 +211,9 @@ EOF
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 27 2020 Jens Petersen <petersen@redhat.com> - 2.0.7-1
|
||||||
|
- use -package Cabal to build Setup
|
||||||
|
|
||||||
* Tue Mar 3 2020 Jens Petersen <petersen@redhat.com> - 2.0.6-2
|
* Tue Mar 3 2020 Jens Petersen <petersen@redhat.com> - 2.0.6-2
|
||||||
- obsolete ghc-cabal-helper, ghc-cabal-plan, ghc-derive
|
- obsolete ghc-cabal-helper, ghc-cabal-plan, ghc-derive
|
||||||
- unobsolete ghc-hgettext
|
- unobsolete ghc-hgettext
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# see https://fedoraproject.org/wiki/Packaging:Haskell for more details
|
# see https://fedoraproject.org/wiki/Packaging:Haskell for more details
|
||||||
|
|
||||||
# "cabal"
|
# "cabal"
|
||||||
%cabal [ -x Setup ] || ghc --make -no-user-package-db %{!?ghc_static_setup:-dynamic} Setup\
|
%cabal [ -x Setup ] || ghc --make -package Cabal -no-user-package-db %{!?ghc_static_setup:-dynamic} Setup\
|
||||||
LANG=C.utf8\
|
LANG=C.utf8\
|
||||||
./Setup
|
./Setup
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user