Skip to content

Commit 3745b02

Browse files
committed
Include GHC 8.4.3 in the wrapper processing.
1 parent b937707 commit 3745b02

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

hie-wrapper.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ elif [[ $versionNumber = *"8.2"* ]]; then
5454
HIEBIN='hie-8.2'
5555

5656
# GHC 8.4.*
57+
elif [[ $versionNumber = *"8.4.3"* ]]; then
58+
debug "Project is using GHC 8.4.3"
59+
HIEBIN='hie-8.4.3'
60+
BACKUP_HIEBIN='hie-8.4'
5761
elif [[ $versionNumber = *"8.4.2"* ]]; then
5862
debug "Project is using GHC 8.4.2"
5963
HIEBIN='hie-8.4.2'

0 commit comments

Comments
 (0)