always build Setup with -no-user-package-db

This commit is contained in:
Jens Petersen 2019-02-16 13:07:12 +08:00
parent c1326d82af
commit fcee7ff4cb
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# see https://fedoraproject.org/wiki/Packaging:Haskell for more details
# "cabal"
%cabal [ -x Setup ] || ghc --make %{!?ghc_user_conf:-no-user-package-db} %{!?ghc_static_setup:-dynamic} Setup\
%cabal [ -x Setup ] || ghc --make -no-user-package-db %{!?ghc_static_setup:-dynamic} Setup\
LANG=C.utf8\
./Setup