mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 23:48:01 -05:00
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:
committed by
GitHub
parent
cc8b7c134b
commit
fff854ebab
@@ -1 +1,2 @@
|
|||||||
|
# Total size: 35
|
||||||
/usr/local/bin/ghc
|
/usr/local/bin/ghc
|
||||||
|
|||||||
@@ -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
|
|
||||||
|
|||||||
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user