Skip to content

Commit

Permalink
Support GHC 9.2.8 in the OSS build
Browse files Browse the repository at this point in the history
Summary:
X-link: facebookincubator/Glean#482

X-link: facebookincubator/zstrong#1147

Reviewed By: josefs

Differential Revision: D68326697

fbshipit-source-id: 4aaebfe64b6b481ae1c8857f850c722507be4ff2
  • Loading branch information
Simon Marlow authored and facebook-github-bot committed Jan 20, 2025
1 parent 555d93c commit 690da7c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions build/fbcode_builder/manifests/ghc
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
name = ghc

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

[build]
builder = autoconf
subdir = ghc-8.10.7
subdir = ghc-9.2.8
build_in_src_dir = true
only_install = true

Expand Down
6 changes: 3 additions & 3 deletions common/util/fb-util.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ library

build-depends:
atomic-primops,
aeson,
aeson < 2.1,
attoparsec,
bytestring-lexing,
clock,
Expand All @@ -206,7 +206,7 @@ library
lifted-base,
mangle,
monad-control,
primitive,
primitive < 0.8,
text-show,
optparse-applicative,
extra,
Expand Down Expand Up @@ -240,7 +240,7 @@ library
integer-gmp >=1.0.2.0 && <1.2,
mtl ^>=2.2.2,
array ^>=0.5.2.0,
prettyprinter >=1.2.1 && <1.7,
prettyprinter >=1.2.1 && <1.8,
data-default,

build-tool-depends: hsc2hs:hsc2hs
Expand Down
2 changes: 1 addition & 1 deletion compiler/thrift-compiler.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ library
haskell-src-exts >=1.20.3 && <1.24,
either,
optparse-applicative,
haskell-names,
haskell-names < 0.10,
text-show,
base >=4.11.1 && <4.17,
async ^>=2.2.1,
Expand Down

0 comments on commit 690da7c

Please sign in to comment.