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

Commit 15ff3a8

Browse files
author
Gershom
committed
7.10.3 version bumps
1 parent f2b91c9 commit 15ff3a8

File tree

2 files changed

+104
-2
lines changed

2 files changed

+104
-2
lines changed

hptool/src/Main.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ main = shakeArgsWith opts flags main'
8282

8383
opts = shakeOptions
8484

85-
hpRelease = hp_7_10_2_a
85+
hpRelease = hp_7_10_3
8686
hpFullName = show $ relVersion hpRelease
8787
srcTarFile = productDir </> hpFullName <.> "tar.gz"
8888

hptool/src/Releases2015.hs

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

66
releases2015 :: [Release]
7-
releases2015 = [hp_7_10_2, hp_7_10_2_a]
7+
releases2015 = [hp_7_10_2, hp_7_10_2_a, hp_7_10_3]
88

99
hp_7_10_2 :: Release
1010
hp_7_10_2 =
@@ -117,3 +117,105 @@ hp_7_10_2_a =
117117
]
118118

119119

120+
hp_7_10_3 :: Release
121+
hp_7_10_3 =
122+
release "7.10.3"
123+
[ incGHC "7.10.3"
124+
125+
, incGHCLib "Cabal" "1.22.4.0"
126+
, incGHCLib "array" "0.5.1.0"
127+
, incGHCLib "base" "4.8.2.0"
128+
, incGHCLib "bytestring" "0.10.6.0"
129+
, incGHCLib "containers" "0.5.6.2"
130+
, incGHCLib "deepseq" "1.4.1.1"
131+
, incGHCLib "directory" "1.2.2.0"
132+
, incGHCLib "filepath" "1.4.0.0"
133+
, incGHCLib "hpc" "0.6.0.2"
134+
, incGHCLib "pretty" "1.1.2.0"
135+
, incGHCLib "process" "1.2.3.0"
136+
, incGHCLib "template-haskell" "2.10.0.0"
137+
, incGHCLib "time" "1.5.0.1"
138+
, incGHCLib "transformers" "0.4.2.0"
139+
, incGHCLib "xhtml" "3000.2.1"
140+
141+
{- These packages are in the GHC distribution, and hence bundeled with
142+
the Platform. However, they are not officially part of the Platform,
143+
and as such, do not carry the same stability guaruntees.
144+
145+
, incGHCLib "bin-package-db" "0.0.0.0"
146+
, incGHCLib "binary" "0.7.5.0"
147+
, incGHCLib "ghc-prim" "0.4.0.0"
148+
, incGHCLib "haskeline" "0.7.2.1"
149+
, incGHCLib "hoopl" "3.10.0.2"
150+
, incGHCLib "integer-gmp" "1.0.0.0"
151+
, incGHCLib "terminfo" "0.4.0.1"
152+
-}
153+
154+
, notWindows $ incGHCLib "unix" "2.7.1.0"
155+
--, onlyWindows $ incGHCLib "Win32" "2.3.1.0"
156+
157+
, incLib "async" "2.0.2"
158+
, incLib "attoparsec" "0.13.0.1"
159+
, incLib "case-insensitive" "1.2.0.5"
160+
, incLib "cgi" "3001.2.2.2"
161+
, incLib "fgl" "5.5.2.3"
162+
, incLib "GLUT" "2.7.0.3"
163+
, incLib "GLURaw" "1.5.0.2"
164+
, incLib "haskell-src" "1.0.2.0"
165+
, incLib "hashable" "1.2.3.3"
166+
, incLib "html" "1.0.1.2"
167+
, incLib "HTTP" "4000.2.20"
168+
, incLib "HUnit" "1.3.0.0"
169+
, incLib "mtl" "2.2.1"
170+
, incLib "network" "2.6.2.1"
171+
, incLib "OpenGL" "2.13.1.0"
172+
, incLib "OpenGLRaw" "2.6.0.0"
173+
, incLib "parallel" "3.2.0.6"
174+
, incLib "parsec" "3.1.9"
175+
, incLib "primitive" "0.6.1.0"
176+
, incLib "QuickCheck" "2.8.1"
177+
, incLib "random" "1.1"
178+
, incLib "regex-base" "0.93.2"
179+
, incLib "regex-compat" "0.95.1"
180+
, incLib "regex-posix" "0.95.2"
181+
, incLib "split" "0.2.2"
182+
, incLib "stm" "2.4.4"
183+
, incLib "syb" "0.6"
184+
, incLib "text" "1.2.1.3"
185+
, incLib "unordered-containers" "0.2.5.1"
186+
, incLib "vector" "0.11.0.0"
187+
, incLib "zlib" "0.5.4.2"
188+
-- held back because cabal-install needs < 0.6 -- ick
189+
190+
-- Libs required by newer version of stuff - but not cleared for HP
191+
, incLib "tf-random" "0.5"
192+
-- needed by alex & QuickCheck
193+
194+
-- these two were in the old HP
195+
, incLib "old-locale" "1.0.0.7"
196+
, incLib "old-time" "1.1.0.3"
197+
-- needed by cabal-install, cgi, & HTTP
198+
199+
-- was split out of network, so was in HP, just under different pacakge
200+
, incLib "network-uri" "2.6.0.3"
201+
-- needed by cabal-install, cgi, & HTTP
202+
203+
-- needed by cgi
204+
, incLib "exceptions" "0.8.0.2"
205+
, incLib "transformers-compat" "0.4.0.4"
206+
, incLib "multipart" "0.1.2"
207+
208+
-- needed by attoparsec, held back due to attoparsec
209+
, incLib "scientific" "0.3.3.8"
210+
211+
-- needed by OpenGL
212+
, incLib "ObjectName" "1.1.0.0"
213+
, incLib "StateVar" "1.1.0.1"
214+
215+
, incTool "cabal-install" "1.22.6.0"
216+
, incTool "alex" "3.1.4"
217+
, incTool "happy" "1.19.5"
218+
219+
, incTool "hscolour" "1.23"
220+
, incGHCTool "haddock" "2.16.1"
221+
]

0 commit comments

Comments
 (0)