Upgrade Cabal on Ubuntu 14.04

前端 未结 1 1702
粉色の甜心
粉色の甜心 2021-01-18 02:38

When I install Haskell/GHC+cabal via sudo apt-get I installed cabal version 1.16. This is obviously not the most up to date version. How would I go about upgr

1条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-18 03:03

    Fixed it by adding the following line to my ~/.profile: export PATH=$(HOME)/.cabal/bin:$PATH

    0 讨论(0)
提交回复
热议问题