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

Commit 22ac1ae

Browse files
committed
had incorrect version of GHC listed(!)
Note: installers were built with 7.10.2 (correct version), so this change only affects the web site pages.
1 parent 7f04c09 commit 22ac1ae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

hptool/src/Releases2015.hs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ releases2015 = [hp_7_10_2]
99
hp_7_10_2 :: Release
1010
hp_7_10_2 =
1111
release "7.10.2"
12-
[ incGHC "7.10.1"
13-
-- FIXME: update to 7.10.2 when we are in release
12+
[ incGHC "7.10.2"
1413

1514
, incGHCLib "Cabal" "1.22.4.0"
1615
, incGHCLib "array" "0.5.1.0"

0 commit comments

Comments
 (0)