I installed Haskell on ubuntu following the instructions on the Haskell platform website. But I ended up with version 7.10.3. How do I get Haskell 8 on Ubuntu?
I think the de-facto standard for installing Haskell is now using stack.
Here's the official installation instructions.
You can get GHC 8.0.2 from hvr's PPA: https://launchpad.net/~hvr/+archive/ubuntu/ghc
To get the latest GHC run:
sudo add-apt-repository ppa:hvr/ghc
sudo apt-get update
sudo apt-get install ghc-8.0.2
The PPA also contains other tools that you might need such as cabal
.
If you don't want to use stack follow these instructions.
Maybe afterwards you want to install the following additional packages:
and more depending what you want to do.
If the library yout intstalle ghc, is in your path, you can the remove haskell-platform.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With