From 4e11d93834e2a8054329e084605351fc7c52e5cf Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Sat, 1 Jun 2024 08:15:42 -0700 Subject: [PATCH] Add ghc (#850) Summary: Pull Request resolved: https://github.com/facebookincubator/zstrong/pull/850 Reviewed By: markbt Differential Revision: D58011866 fbshipit-source-id: 3c6a8443f7fd9c512837d27162a2399c21eb243c --- build/fbcode_builder/manifests/ghc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 build/fbcode_builder/manifests/ghc diff --git a/build/fbcode_builder/manifests/ghc b/build/fbcode_builder/manifests/ghc new file mode 100644 index 000000000..0e452195c --- /dev/null +++ b/build/fbcode_builder/manifests/ghc @@ -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