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

Commit ef97b36

Browse files
committed
ghc -> 8.4.2, stack -> 1.7.1
1 parent bda621a commit ef97b36

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

hptool/src/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ main = hSetEncoding stdout utf8 >> shakeArgsWith opts flags main'
8888

8989
opts = shakeOptions
9090

91-
hpRelease = hp_8_4_1
91+
hpRelease = hp_8_4_2
9292
hpFullName = show $ relVersion hpRelease
9393
srcTarFile = productDir </> hpFullName <.> "tar.gz"
9494

hptool/src/Releases2018.hs

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ import PlatformDB
44
import Types
55

66
releases2018 :: [Release]
7-
releases2018 = [hp_8_4_1]
7+
releases2018 = [hp_8_4_2]
88

99

10-
hp_8_4_1 :: Release
11-
hp_8_4_1 =
12-
releaseWithMinimal "8.4.1"
13-
[ incGHC "8.4.1"
10+
hp_8_4_2 :: Release
11+
hp_8_4_2 =
12+
releaseWithMinimal "8.4.2"
13+
[ incGHC "8.4.2"
1414

15-
, incGHCLib "Cabal" "2.2.0.0"
15+
, incGHCLib "Cabal" "2.2.0.1"
1616
, incGHCLib "array" "0.5.2.0"
17-
, incGHCLib "base" "4.11.0.0"
17+
, incGHCLib "base" "4.11.1.0"
1818
, incGHCLib "bytestring" "0.10.8.2"
1919
, incGHCLib "containers" "0.5.11.0"
2020
, incGHCLib "deepseq" "1.4.3.0"
@@ -30,7 +30,7 @@ hp_8_4_1 =
3030
, incGHCLib "text" "1.2.3.0"
3131
, incGHCLib "time" "1.8.0.2"
3232
, incGHCLib "transformers" "0.5.5.0"
33-
, incGHCLib "xhtml" "3000.2.2"
33+
, incGHCLib "xhtml" "3000.2.2.1"
3434

3535
{- These packages are in the GHC distribution, and hence bundled with
3636
the Platform. However, they are not officially part of the Platform,
@@ -40,7 +40,7 @@ hp_8_4_1 =
4040
, incGHCLib "ghc-prim" "0.5.2.0"
4141
, incGHCLib "haskeline" "0.7.4.2"
4242
, incGHCLib "hoopl" "3.10.2.2"
43-
, incGHCLib "integer-gmp" "1.0.1.0"
43+
, incGHCLib "integer-gmp" "1.0.2.0"
4444
, incGHCLib "terminfo" "0.4.1.0"
4545
-}
4646

@@ -49,13 +49,13 @@ hp_8_4_1 =
4949

5050
--, onlyWindows $ incGHCLib "Win32" "2.6.1.0"
5151

52-
, incTool "alex" "3.2.3"
52+
, incTool "alex" "3.2.4"
5353
, incTool "happy" "1.19.9"
5454

5555
, incTool "hscolour" "1.24.4"
5656
, incGHCTool "haddock" "2.19.0.1"
5757
, incGHCTool "cabal-install" "2.2.0.0"
58-
, incGHCTool "stack" "1.6.5"
58+
, incGHCTool "stack" "1.7.1"
5959
]
6060
[
6161
incLib "async" "2.2.1"

0 commit comments

Comments
 (0)