mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-25 23:05:07 +08:00
Update builder images. Yay for GHC's improved cross-compiler support!
This commit is contained in:
@@ -30,7 +30,7 @@ install_from_freeze() {
|
||||
linefeed=${linefeed%x}
|
||||
flags=$(
|
||||
sed 's/constraints:/&\n /' "$1" |
|
||||
grep -vw -e rts -e base |
|
||||
grep -vw -e rts -e base -e ghc |
|
||||
sed -n -e 's/^ *\([^,]*\).*/\1/p' |
|
||||
sed -e 's/any\.\([^ ]*\) ==\(.*\)/\1-\2/; te; s/.*/--constraint\n&/; :e')
|
||||
shift
|
||||
|
Reference in New Issue
Block a user