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

Commit df1e77f

Browse files
author
Gershom
committed
fixes for 8.0.1 release versions, and check against full package set as interim fix
1 parent 27adccb commit df1e77f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

hptool/src/Package.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,4 @@ installAction depFile hpRel = do
105105
++ unwords (filter (not . (`elem` packages)) deps) ++ "\n" ++ "Could not build " ++ depFile
106106
_ -> Left out
107107

108-
packages = map show $ (allPackages False) hpRel
108+
packages = map show $ (allPackages True) hpRel --note should be False if minimal...

hptool/src/Releases2016.hs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ hp_8_0_1 =
1313
[ incGHC "8.0.1"
1414

1515
, incGHCLib "Cabal" "1.24.0.0"
16-
, incGHCLib "array" "0.5.1.0"
16+
, incGHCLib "array" "0.5.1.1"
1717
, incGHCLib "base" "4.9.0.0"
18-
, incGHCLib "bytestring" "0.10.7.0"
18+
, incGHCLib "bytestring" "0.10.8.0"
1919
, incGHCLib "containers" "0.5.7.1"
2020
, incGHCLib "deepseq" "1.4.2.0"
21-
, incGHCLib "directory" "1.2.5.1"
21+
, incGHCLib "directory" "1.2.6.2"
2222
, incGHCLib "filepath" "1.4.1.0"
2323
, incGHCLib "hpc" "0.6.0.3"
2424
, incGHCLib "pretty" "1.1.3.3"
@@ -31,10 +31,9 @@ hp_8_0_1 =
3131
{- These packages are in the GHC distribution, and hence bundeled with
3232
the Platform. However, they are not officially part of the Platform,
3333
and as such, do not carry the same stability guaruntees.
34-
35-
, incGHCLib "binary" "0.8.2.1"
34+
, incGHCLib "binary" "0.8.3.0"
3635
, incGHCLib "ghc-prim" "0.5.0.0"
37-
, incGHCLib "haskeline" "0.7.2.2"
36+
, incGHCLib "haskeline" "0.7.2.3"
3837
, incGHCLib "hoopl" "3.10.2.1"
3938
, incGHCLib "integer-gmp" "1.0.0.1"
4039
, incGHCLib "terminfo" "0.4.0.2"
@@ -102,4 +101,5 @@ hp_8_0_1 =
102101
, incLib "ObjectName" "1.1.0.1"
103102
, incLib "StateVar" "1.1.0.4"
104103
, incLib "half" "0.2.2.3"
104+
, incLib "fixed" "0.2.1.1"
105105
]

0 commit comments

Comments
 (0)