ghc update

Asked by Yuriy Syrovetskiy

GHC 7.8.1 was released 9 April 2014, almost a year ago.

Current stable version is 7.10.

In Ubuntu, it is 7.6.

Will Ubuntu evolve?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu ghc Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#1

I suggest you report a bug. If the newer version has significant bug and security fixes then the package will be updated. Ubuntu is not a rolling release so packages are not updated just because a new version is available

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#2

Run these Terminal commands to install ghc 7.10:

sudo add-apt-repository ppa:hvr/ghc

sudo apt-get update

sudo apt-get install ghc-7.10.1

Ubuntu does not need to "evolve". If you use Google, you can find the PPA that offers the newest version....

Revision history for this message
Yuriy Syrovetskiy (cblp) said :
#3

Thanks actionparsnip, that solved my question.