haskell-CI / haskell-ci

Scripts and instructions for using CI services (e.g. Travis CI or Appveyor) with multiple GHC configurations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ShellCheck 0.8

felixonmars opened this issue · comments

haskell-ci currently has a strict bound on ShellCheck ==0.7.2. Any idea why this wasn't relaxed a bit?

Tested with ShellCheck 0.8 and it seems to build just fine. Sorry if I missed something.

Because ShellCheck added new checks in previous versions. While haskell-ci may compline, ShellCheck may complain of code haskell-ci generates.

Thus it's simpler to use a single version.

Oops. Was planning to do it one day™ but I forgot. Thanks!