dan_waterworth
dan_waterworth

Reputation: 6481

Is it possible to install the latest version of ghc using cabal?

I hope the title is self explanatory. I can't seem to find a ghc package on hackage.

Upvotes: 1

Views: 147

Answers (1)

hammar
hammar

Reputation: 139920

No, you cannot. However, you can install from binaries or compile it from source (this requires that you have an older GHC to compile it with). You can get tarballs from the GHC home page.

Upvotes: 6

Related Questions