Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit b165e6b

Browse files
authored
Merge pull request #1034 from Anrock/add-remaining-versions-to-shakefile
Add 8.4.2 and 8.2.1 HIE versions to Shakefile
2 parents a61aa81 + 3c5453b commit b165e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Shakefile.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ type GhcPath = String
2929
-- |Defines all different hie versions that are buildable.
3030
-- If they are edited,
3131
hieVersions :: [VersionNumber]
32-
hieVersions = ["8.2.2", "8.4.3", "8.4.4", "8.6.1", "8.6.2", "8.6.3"]
32+
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"]
3333

3434
-- |Most recent version of hie.
3535
-- Important for `dist`, the `hie-wrapper` of the most recent hie

0 commit comments

Comments
 (0)