haskell-infra / hl

Haskell web site (old -- see new repo at https://github.com/haskell-infra/www.haskell.org)
http://haskell.org/
BSD 3-Clause "New" or "Revised" License
158 stars 92 forks source link

cabal download instruction error: 'cabal' should be 'Cabal' #242

Closed instinctive closed 6 years ago

instinctive commented 6 years ago

I've looked through this repo and can't find the cabal pages to fix it myself. Page: https://www.haskell.org/cabal/download.html:

If you want to upgrade to the latest stable version, just run:
$ cabal install cabal cabal-install

In the command, cabal should be Cabal (capitalized).

gbaz commented 6 years ago

fixed, thanks! (the cabal website is managed separately from the repo).