Skip to content
This repository was archived by the owner on Feb 3, 2022. It is now read-only.

Commit bbaefe3

Browse files
author
Gershom
committed
bump version numbers for parsing in osx activate script
1 parent df1e77f commit bbaefe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hptool/os-extras/osx/bin/activate-hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ extractVersions() {
5353
7.4.1) ghcVersion="$input" ; hpVersion="2012.2.0.0" ;;
5454
7.0.4) ghcVersion="$input" ; hpVersion="2011.4.0.0" ;;
5555
7.0.3) ghcVersion="$input" ; hpVersion="2011.2.0.0" ;;
56-
[67].*) ghcVersion="$input" ;;
56+
[6789].*) ghcVersion="$input" ;; # Note that this only goes to GHC 9.
5757

5858
*) msg="Can't parse $input as a GHC version"
5959
return 1

0 commit comments

Comments
 (0)