Skip to content

Commit

Permalink
dev-lang/ghc: Revision bumps for new process package
Browse files Browse the repository at this point in the history
Use process-1.6.16.0 on versions of ghc that don't already include it.

There have been recent bug fixes in the process package which are
now required by the 3.8 branch of cabal-install.

Rebuilding GHC with the new version has proven to be a better solution
than making dev-haskell/process upgradable through portage.

See: haskell/cabal@ad9e4dc
See: haskell/process#226
See: 6212e01
Signed-off-by: hololeap <[email protected]>
  • Loading branch information
hololeap committed Feb 15, 2023
1 parent 88a71a7 commit 176a23e
Show file tree
Hide file tree
Showing 5 changed files with 905 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-lang/ghc/Manifest
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ DIST ghc-bin-9.0.2-riscv64-unknown-linux-gnu.tar.gz 313475807 BLAKE2B a5e1bbd463
DIST ghc-bin-9.0.2-x86_64-pc-linux-gnu-r1.tbz2 121347519 BLAKE2B 6bd41cdb8ba1661735e46df4709888e6461cff969678716c82681a0a0b0e8d0a32532a070f52efb0ab99ca126207998e8883d01902071e797a7a0f19881d5925 SHA512 c7de43577fd97e6fbde7bbffba4e1d2b83cdda405cff46f95c9eff23260542b426091d8dba75605d81ed41740a793a409e7448538e5adc7a391a901f20e8f2e4
DIST ghc-bin-9.2.4-x86_64-pc-linux-gnu.tbz2 127807546 BLAKE2B aed34e620c6d27eeb0e7eed952212621d55e90e035eef631c87507fd58952acbf3b8e7fad2a68ffa5a4d31dd6c8e8753cd1c7928c651921bb02cc878d7c2eaf1 SHA512 3923052ceb031aa3922ee9fec86b085243a7df23fd84d31cd6044bc5817fb1fa603dd445ab2b4bfdb9686dd4251b118bf9671dde4f52a73ee4a136686a92f9ed
DIST libffi-3.3-rc0_p20180919.tar.gz 1076099 BLAKE2B c2a9389d339095cae38aadf3546941d1cc96a9a71972ff30403d3379ce11ae08d750f833d91141de4995854b663ed87bc844e8704277ceb95ec2b38e2736df85 SHA512 59bb065ad3943cf53940239950d99fd704d675c54d563362d3ee4a73b2fcaeae91e9f2c0b455e9bcec94e62bab41b5d7a279661c6b993445d11b815cef0ea037
DIST process-1.6.16.0.tar.gz 87354 BLAKE2B 8c2977d6801faef8825ed35f058a6207a518f72eb87ac3144f630bc028f4753cefb9ed4d3fc29185438bcb4f38d33f5a45aebec6a8101e4cdc1b3570ada2e5dc SHA512 1663f2746a05a5a4c29d249db54eaa49edbbadfe8d189eab02276c3f6f3d6b84c81cc4333318c42c7a7265638402cb13276f08aeea134a7f5dd98da050a34341
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ S="${WORKDIR}"/${GHC_P}

BUMP_LIBRARIES=(
# "hackage-name hackage-version"
"process 1.6.16.0"
)

LICENSE="BSD"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ S="${WORKDIR}"/${GHC_P}

BUMP_LIBRARIES=(
# "hackage-name hackage-version"
"process 1.6.16.0"
)

LICENSE="BSD"
Expand Down
Loading

0 comments on commit 176a23e

Please sign in to comment.