Programming Tips - How do I install the Haskell programming language on RedHat/Fedora/CentOS?

Date: 2009apr27 OS: Linux Distro: RedHat/Fedora/CentOS Keywords: Haskel Q. How do I install the Haskell programming language on RedHat/Fedora/CentOS? A. Do:
dnf install ghc
This installs the Glasgow Haskell Compiler. There are tons of extra modules that you can install. You can see what's available:
dnf list | grep ghc-