Skip to content

Commit 2bc105d

Browse files
committed
Default GHC bindist version to 8.4.1
1 parent 6bf9224 commit 2bc105d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haskell/ghc_bindist.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ _GHC_BINS = {
2222
},
2323
}
2424

25-
_GHC_DEFAULT_VERSION = "8.2.2"
25+
_GHC_DEFAULT_VERSION = "8.4.1"
2626

2727
def _execute_fail_loudly(ctx, args):
2828
"""Execute a command and fail loudly if it fails.

0 commit comments

Comments
 (0)