Skip to content

Commit

Permalink
Portage.GHCCore: Bump bundled libs for 9.8.2
Browse files Browse the repository at this point in the history
The following bundled libraries have been bumped via BUMP_LIBRARIES for
ghc-9.8.2 so that they do not fall behind ghc-9.6.5:

* Cabal-syntax
* Cabal
* directory
* filepath
* process

Signed-off-by: hololeap <[email protected]>
  • Loading branch information
hololeap committed Jun 2, 2024
1 parent a34e27a commit e529770
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/Portage/GHCCore.hs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ cabalFromGHC ver = lookup ver table
, ([9,6,4], Cabal.mkVersion [3,10,1,0])
, ([9,6,5], Cabal.mkVersion [3,10,3,0])
, ([9,8,1], Cabal.mkVersion [3,10,2,0])
, ([9,8,2], Cabal.mkVersion [3,10,2,0])
, ([9,8,2], Cabal.mkVersion [3,10,3,0]) -- bumped via BUMP_LIBRARIES
]

platform :: Platform
Expand Down Expand Up @@ -265,23 +265,25 @@ ghc902 = mkInfoIndex [9,0,2] ghc902_pkgs
-- * @./scripts/scan-ghc-library-versions.bash@ in the gentoo-haskell tree
ghc982_pkgs :: [Cabal.PackageIdentifier]
ghc982_pkgs =
[ p "array" [0,5,6,0]
[ p "Cabal-syntax" [3,10,3,0] -- bumped via BUMP_LIBRARIES
, p "Cabal" [3,10,3,0] -- bumped via BUMP_LIBRARIES
, p "array" [0,5,6,0]
, p "base" [4,19,1,0]
, p "binary" [0,8,9,1]
, p "bytestring" [0,12,1,0]
, p "containers" [0,6,8]
, p "deepseq" [1,5,0,0]
, p "directory" [1,3,8,1]
, p "directory" [1,3,8,4] -- bumped via BUMP_LIBRARIES
, p "exceptions" [0,10,7]
, p "filepath" [1,4,200,1]
, p "filepath" [1,4,300,1] -- bumped via BUMP_LIBRARIES
, p "ghc-bignum" [1,3]
, p "ghc-compact" [0,1,0,0]
, p "ghc-prim" [0,11,0]
, p "hpc" [0,7,0,0]
, p "integer-gmp" [1,1]
, p "mtl" [2,3,1]
, p "pretty" [1,1,3,6]
, p "process" [1,6,18,0]
, p "process" [1,6,19,0] -- bumped via BUMP_LIBRARIES
, p "stm" [2,5,2,1]
, p "template-haskell" [2,21,0,0]
, p "terminfo" [0,4,1,6]
Expand Down

0 comments on commit e529770

Please sign in to comment.