We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35b8c5f commit 4d0863bCopy full SHA for 4d0863b
_eng_/dev.eng
@@ -37,7 +37,7 @@ dev
37
Uses nix to build with current GHC versions
38
in dir = {TopDir}
39
exec =
40
- declare -a ghcvers=(910 912)
+ declare -a ghcvers=(910 912);
41
nix build --no-link ${ghcvers[@]/#/.#tasty-sugar.ghc}
42
nixbuild:all =
43
Uses nix to build with all supported GHC versions =
0 commit comments