updater-ghc-9.12.2 — ghc → 9.12.2 (#12590)

* Add unbuilt ghc to updater-ghc-9.12.2

* updater-ghc-9.12.2: Build Run on linux/amd64.

---------

Co-authored-by: satmandu <satmandu@users.noreply.github.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
chromebrew-actions[bot]
2025-08-21 18:47:35 +00:00
committed by GitHub
parent cc8b7c134b
commit fff854ebab
3 changed files with 3 additions and 2 deletions

View File

@@ -1 +1,2 @@
# Total size: 35
/usr/local/bin/ghc /usr/local/bin/ghc

View File

@@ -1,3 +1,3 @@
# Total size: 88652663
/usr/local/bin/stack /usr/local/bin/stack
/usr/local/etc/bash.d/10-stack /usr/local/etc/bash.d/10-stack
/home/chronos/user/.stack/config.yaml

View File

@@ -3,7 +3,7 @@ require 'package'
class Ghc < Package class Ghc < Package
description 'The Glasgow Haskell Compiler is a state-of-the-art, open source compiler and interactive environment for the functional language Haskell.' description 'The Glasgow Haskell Compiler is a state-of-the-art, open source compiler and interactive environment for the functional language Haskell.'
homepage 'https://www.haskell.org/ghc/' homepage 'https://www.haskell.org/ghc/'
version '9.8.4' version '9.12.2-release'
license 'BSD' license 'BSD'
compatibility 'x86_64' compatibility 'x86_64'
source_url 'SKIP' source_url 'SKIP'