From e066af462500218f02669c0fb72ea197599feb7c Mon Sep 17 00:00:00 2001 From: I <1091761+wx257osn2@users.noreply.github.com> Date: Fri, 9 Sep 2022 06:46:58 +0900 Subject: [PATCH] add prerequisites of Haskell --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e2aced..6f4784d 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ You need running environments for languages below: - GCC(g++) : 10 (or versions which support C++20) - Dart : 2.16.1 - Python : 3.10, Cython 0.29, PyPy 3.9-7.3.9 -- Haskell: GHC 9.2.4 +- Haskell: GHC 9.2.4 and GMP I like using [asdf](https://asdf-vm.com/#/) to set up those environments, except Clang and Haskell.