Skip to content

Commit

Permalink
Add ghc (#850)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: facebookincubator/zstrong#850

Reviewed By: markbt

Differential Revision: D58011866

fbshipit-source-id: 3c6a8443f7fd9c512837d27162a2399c21eb243c
  • Loading branch information
Simon Marlow authored and facebook-github-bot committed Jun 1, 2024
1 parent 9b174af commit 6e67555
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions build/fbcode_builder/manifests/ghc
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[manifest]
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

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

[make.install_args]
install

0 comments on commit 6e67555

Please sign in to comment.