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

Commit c0c7e6b

Browse files
committed
final version bumps for 8.0.2
1 parent d522ddd commit c0c7e6b

File tree

2 files changed

+25
-24
lines changed

2 files changed

+25
-24
lines changed

hptool/hptool.cabal

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,8 @@ Executable hptool
5757
shake >= 0.14,
5858
split,
5959
text,
60-
transformers
61-
62-
if os(windows)
63-
build-depends:
64-
filepath,
65-
unix-compat
60+
transformers,
61+
unix-compat,
62+
filepath
6663

6764
ghc-options: -Wall -fwarn-tabs

hptool/src/Releases2016.hs

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -112,23 +112,23 @@ hp_8_0_2 =
112112
releaseWithMinimal "8.0.2"
113113
[ incGHC "8.0.2"
114114

115-
, incGHCLib "Cabal" "1.24.1.0"
115+
, incGHCLib "Cabal" "1.24.2.0"
116116
, incGHCLib "array" "0.5.1.1"
117-
, incGHCLib "base" "4.9.0.0"
117+
, incGHCLib "base" "4.9.1.0"
118118
, incGHCLib "bytestring" "0.10.8.1"
119-
, incGHCLib "containers" "0.5.8.1"
119+
, incGHCLib "containers" "0.5.7.1"
120120
, incGHCLib "deepseq" "1.4.2.0"
121-
, incGHCLib "directory" "1.2.7.0"
122-
, incGHCLib "filepath" "1.4.1.0"
121+
, incGHCLib "directory" "1.3.0.0"
122+
, incGHCLib "filepath" "1.4.1.1"
123123
, incGHCLib "hpc" "0.6.0.3"
124124
, incGHCLib "pretty" "1.1.3.4"
125125
, incGHCLib "process" "1.4.2.0"
126-
, incGHCLib "template-haskell" "2.11.0.0"
126+
, incGHCLib "template-haskell" "2.12.0.0"
127127
, incGHCLib "time" "1.6.0.1"
128128
, incGHCLib "transformers" "0.5.2.0"
129129
, incGHCLib "xhtml" "3000.2.1"
130130

131-
{- These packages are in the GHC distribution, and hence bundeled with
131+
{- These packages are in the GHC distribution, and hence bundled with
132132
the Platform. However, they are not officially part of the Platform,
133133
and as such, do not carry the same stability guaruntees.
134134
, incGHCLib "binary" "0.8.3.0"
@@ -139,7 +139,7 @@ hp_8_0_2 =
139139
, incGHCLib "terminfo" "0.4.0.2"
140140
-}
141141

142-
, notWindows $ incGHCLib "unix" "2.7.2.0"
142+
, notWindows $ incGHCLib "unix" "2.7.2.1"
143143

144144

145145
--, onlyWindows $ incGHCLib "Win32" "2.3.1.0"
@@ -150,24 +150,24 @@ hp_8_0_2 =
150150

151151
, incTool "hscolour" "1.24.1"
152152
, incGHCTool "haddock" "2.17.2"
153-
, incGHCTool "cabal-install" "1.24.0.1"
154-
, incGHCTool "stack" "1.2.0"
153+
, incGHCTool "cabal-install" "1.24.0.2"
154+
, incGHCTool "stack" "1.3.2"
155155
]
156156
[
157-
incLib "async" "2.1.0"
157+
incLib "async" "2.1.1"
158158
, incLib "attoparsec" "0.13.1.0"
159159
, incLib "case-insensitive" "1.2.0.7"
160160
, incLib "fgl" "5.5.3.0"
161161
, incLib "GLUT" "2.7.0.10"
162-
, incLib "GLURaw" "2.0.0.2"
162+
, incLib "GLURaw" "2.0.0.3"
163163
, incLib "haskell-src" "1.0.2.0"
164-
, incLib "hashable" "1.2.4.0"
164+
, incLib "hashable" "1.2.5.0"
165165
, incLib "html" "1.0.1.2"
166-
, incLib "HTTP" "4000.3.3"
166+
, incLib "HTTP" "4000.3.4"
167167
, incLib "HUnit" "1.5.0.0"
168168
, incLib "network" "2.6.3.1"
169169
, incLib "OpenGL" "3.0.1.0"
170-
, incLib "OpenGLRaw" "3.2.3.0"
170+
, incLib "OpenGLRaw" "3.2.4.0"
171171
, incLib "parallel" "3.2.1.0"
172172
, incLib "parsec" "3.1.11"
173173
, incLib "regex-base" "0.93.2"
@@ -177,11 +177,11 @@ hp_8_0_2 =
177177
, incLib "stm" "2.4.4.1"
178178
, incLib "syb" "0.6"
179179
, incLib "text" "1.2.2.1"
180-
, incLib "unordered-containers" "0.2.7.1"
180+
, incLib "unordered-containers" "0.2.7.2"
181181
, incLib "vector" "0.11.0.0"
182182
, incLib "zlib" "0.6.1.2"
183183

184-
--needed for happy or alex but otherwise would be in full only
184+
--needed for happy or alex
185185
, incLib "mtl" "2.2.1"
186186
, incLib "primitive" "0.6.1.0"
187187
, incLib "random" "1.1"
@@ -196,11 +196,15 @@ hp_8_0_2 =
196196
, incLib "network-uri" "2.6.1.0"
197197

198198
-- needed by attoparsec
199-
, incLib "scientific" "0.3.4.9"
199+
, incLib "scientific" "0.3.4.10"
200+
, incLib "integer-logarithms" "1"
200201

201202
-- needed by OpenGL
202203
, incLib "ObjectName" "1.1.0.1"
203204
, incLib "StateVar" "1.1.0.4"
204205
, incLib "half" "0.2.2.3"
205206
, incLib "fixed" "0.2.1.1"
207+
208+
-- needed by HUnit
209+
, incLib "call-stack" "0.1.0"
206210
]

0 commit comments

Comments
 (0)