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

Commit 9b6890b

Browse files
committed
8.4.3 bump
1 parent a9b57a2 commit 9b6890b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
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_2
91+
hpRelease = hp_8_4_3
9292
hpFullName = show $ relVersion hpRelease
9393
srcTarFile = productDir </> hpFullName <.> "tar.gz"
9494

hptool/src/Releases2018.hs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import PlatformDB
44
import Types
55

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

99

1010
hp_8_4_2 :: Release
@@ -109,4 +109,11 @@ hp_8_4_2 =
109109
, incLib "call-stack" "0.1.0"
110110
]
111111

112+
hp_8_4_3 :: Release
113+
hp_8_4_3 =
114+
(uncurry $ releaseWithMinimal "8.4.3") $ deltaFrom hp_8_4_2
115+
[ incGHC "8.4.3"
116+
, incLib "primitive" "0.6.4.0"
117+
]
118+
112119
-- TO add: binary? semigroups? regexlib? safe? tagsoup? tagged? tasty? optparse-applicative? clock? criterion? reflection?

0 commit comments

Comments
 (0)