Skip to content

Commit e3aa225

Browse files
Simon Marlowfacebook-github-bot
Simon Marlow
authored andcommitted
Support GHC 9.2.8 in the OSS build
Summary: X-link: facebookincubator/Glean#482 X-link: facebookincubator/zstrong#1147 Reviewed By: josefs Differential Revision: D68326697 fbshipit-source-id: 4aaebfe64b6b481ae1c8857f850c722507be4ff2
1 parent 481f4bc commit e3aa225

File tree

1 file changed

+3
-3
lines changed
  • build/fbcode_builder/manifests

1 file changed

+3
-3
lines changed

build/fbcode_builder/manifests/ghc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
name = ghc
33

44
[download.os=linux]
5-
url = https://downloads.haskell.org/~ghc/8.10.7/ghc-8.10.7-x86_64-fedora27-linux.tar.xz
6-
sha256 = b6ed67049a23054a8042e65c9976d5e196e5ee4e83b29b2ee35c8a22ab1e5b73
5+
url = https://downloads.haskell.org/~ghc/9.2.8/ghc-9.2.8-x86_64-fedora27-linux.tar.xz
6+
sha256 = 845f63cd365317bb764d81025554a2527dbe315d6fa268c9859e21b911bf2d3c
77

88
[build]
99
builder = autoconf
10-
subdir = ghc-8.10.7
10+
subdir = ghc-9.2.8
1111
build_in_src_dir = true
1212
only_install = true
1313

0 commit comments

Comments
 (0)