diff --git a/Shakefile.hs b/Shakefile.hs index dd37a40c1..b5bff6262 100755 --- a/Shakefile.hs +++ b/Shakefile.hs @@ -29,7 +29,7 @@ type GhcPath = String -- |Defines all different hie versions that are buildable. -- If they are edited, hieVersions :: [VersionNumber] -hieVersions = ["8.2.2", "8.4.3", "8.4.4", "8.6.1", "8.6.2", "8.6.3"] +hieVersions = ["8.2.1", "8.2.2", "8.4.2", "8.4.3", "8.4.4", "8.6.1", "8.6.2", "8.6.3"] -- |Most recent version of hie. -- Important for `dist`, the `hie-wrapper` of the most recent hie