Skip to content

Commit

Permalink
Fix refreeze
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Mar 16, 2024
1 parent 18abdbf commit 36fb395
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/dev/refreeze.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ for ghc_ver in "$@" ; do
cp cabal.project "${project_file}"
case "$(uname -s)" in
MSYS*|MINGW*)
cabal freeze --project-file="${project_file}" -w "ghc-${ghc_ver}"
cabal freeze --project-file="${project_file}" -w "ghc-${ghc_ver}" -ftui
;;
*)
cabal freeze --project-file="${project_file}" -w "ghc-${ghc_ver}" -ftui -finternal-downloader
Expand All @@ -25,3 +25,4 @@ for ghc_ver in "$@" ; do

sed -i -e '/ghcup/d' "${project_file}".freeze
done

0 comments on commit 36fb395

Please sign in to comment.