Browse - programming tips - installing haskell on fedoraDate: 2009apr27 Q. How do I install the Haskell programming language on Fedora/RedHat/CentOS? A. Do: yum install ghc This installs the Glasgow Haskell Compiler. There are tons of extra modules that you can install. You can see what's available: yum list | grep ghc-
Add a commentSign in to add a comment |