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

Commit c26db65

Browse files
U-CIQDEV\gbazermanU-CIQDEV\gbazerman
authored andcommitted
initial version bumps
1 parent 3f3d970 commit c26db65

File tree

2 files changed

+100
-2
lines changed

2 files changed

+100
-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_0_1
91+
hpRelease = hp_8_0_2
9292
hpFullName = show $ relVersion hpRelease
9393
srcTarFile = productDir </> hpFullName <.> "tar.gz"
9494

hptool/src/Releases2016.hs

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

66
releases2016 :: [Release]
7-
releases2016 = [hp_8_0_1]
7+
releases2016 = [hp_8_0_1, hp_8_0_2]
88

99

1010
hp_8_0_1 :: Release
@@ -105,3 +105,101 @@ hp_8_0_1 =
105105
, incLib "half" "0.2.2.3"
106106
, incLib "fixed" "0.2.1.1"
107107
]
108+
109+
hp_8_0_2 :: Release
110+
hp_8_0_2 =
111+
releaseWithMinimal "8.0.2"
112+
[ incGHC "8.0.2"
113+
114+
, incGHCLib "Cabal" "1.24.1.0"
115+
, incGHCLib "array" "0.5.1.1"
116+
, incGHCLib "base" "4.9.0.0"
117+
, incGHCLib "bytestring" "0.10.8.1"
118+
, incGHCLib "containers" "0.5.8.1"
119+
, incGHCLib "deepseq" "1.4.2.0"
120+
, incGHCLib "directory" "1.2.7.0"
121+
, incGHCLib "filepath" "1.4.1.0"
122+
, incGHCLib "hpc" "0.6.0.3"
123+
, incGHCLib "pretty" "1.1.3.4"
124+
, incGHCLib "process" "1.4.2.0"
125+
, incGHCLib "template-haskell" "2.11.0.0"
126+
, incGHCLib "time" "1.6.0.1"
127+
, incGHCLib "transformers" "0.5.2.0"
128+
, incGHCLib "xhtml" "3000.2.1"
129+
130+
{- These packages are in the GHC distribution, and hence bundeled with
131+
the Platform. However, they are not officially part of the Platform,
132+
and as such, do not carry the same stability guaruntees.
133+
, incGHCLib "binary" "0.8.3.0"
134+
, incGHCLib "ghc-prim" "0.5.0.0"
135+
, incGHCLib "haskeline" "0.7.2.3"
136+
, incGHCLib "hoopl" "3.10.2.1"
137+
, incGHCLib "integer-gmp" "1.0.0.1"
138+
, incGHCLib "terminfo" "0.4.0.2"
139+
-}
140+
141+
, notWindows $ incGHCLib "unix" "2.7.2.0"
142+
143+
144+
--, onlyWindows $ incGHCLib "Win32" "2.3.1.0"
145+
--, incTool "cabal-install" "1.25.0.0"
146+
147+
, incTool "alex" "3.2.1"
148+
, incTool "happy" "1.19.5"
149+
150+
, incTool "hscolour" "1.24.1"
151+
, incGHCTool "haddock" "2.17.2"
152+
, incGHCTool "cabal-install" "1.24.0.1"
153+
, incGHCTool "stack" "1.2.0"
154+
]
155+
[
156+
incLib "async" "2.1.0"
157+
, incLib "attoparsec" "0.13.1.0"
158+
, incLib "case-insensitive" "1.2.0.7"
159+
, incLib "fgl" "5.5.3.0"
160+
, incLib "GLUT" "2.7.0.10"
161+
, incLib "GLURaw" "2.0.0.2"
162+
, incLib "haskell-src" "1.0.2.0"
163+
, incLib "hashable" "1.2.4.0"
164+
, incLib "html" "1.0.1.2"
165+
, incLib "HTTP" "4000.3.3"
166+
, incLib "HUnit" "1.5.0.0"
167+
, incLib "network" "2.6.3.1"
168+
, incLib "OpenGL" "3.0.1.0"
169+
, incLib "OpenGLRaw" "3.2.3.0"
170+
, incLib "parallel" "3.2.1.0"
171+
, incLib "parsec" "3.1.11"
172+
, incLib "regex-base" "0.93.2"
173+
, incLib "regex-compat" "0.95.1"
174+
, incLib "regex-posix" "0.95.2"
175+
, incLib "split" "0.2.3.1"
176+
, incLib "stm" "2.4.4.1"
177+
, incLib "syb" "0.6"
178+
, incLib "text" "1.2.2.1"
179+
, incLib "unordered-containers" "0.2.7.1"
180+
, incLib "vector" "0.11.0.0"
181+
, incLib "zlib" "0.6.1.2"
182+
183+
--needed for happy or alex but otherwise would be in full only
184+
, incLib "mtl" "2.2.1"
185+
, incLib "primitive" "0.6.1.0"
186+
, incLib "random" "1.1"
187+
, incLib "QuickCheck" "2.9.2"
188+
189+
-- Libs required by newer version of stuff - but not cleared for HP
190+
191+
-- needed by alex & QuickCheck
192+
, incLib "tf-random" "0.5"
193+
194+
-- was split out of network, so was in HP, just under different pacakge
195+
, incLib "network-uri" "2.6.1.0"
196+
197+
-- needed by attoparsec
198+
, incLib "scientific" "0.3.4.9"
199+
200+
-- needed by OpenGL
201+
, incLib "ObjectName" "1.1.0.1"
202+
, incLib "StateVar" "1.1.0.4"
203+
, incLib "half" "0.2.2.3"
204+
, incLib "fixed" "0.2.1.1"
205+
]

0 commit comments

Comments
 (0)