25 lines
686 B
Plaintext
25 lines
686 B
Plaintext
# fmt-version=1
|
|
#
|
|
# 'recommended' follows the "most widely used" GHC version.
|
|
# Indicators for that are:
|
|
# 1. the current hackage ecosystem and common tools and libraries work
|
|
# well with that GHC version
|
|
# 2. stackage has an LTS with that GHC version
|
|
# 3. people on #haskell IRC or reddit recommend it
|
|
#
|
|
# tool | version | tag |
|
|
|
|
ghc 8.0.2
|
|
ghc 8.2.2
|
|
ghc 8.4.3
|
|
ghc 8.4.4
|
|
ghc 8.6.1 bad
|
|
ghc 8.6.2
|
|
ghc 8.6.3 recommended
|
|
ghc 8.6.4
|
|
ghc 8.6.5 latest
|
|
cabal-install 2.2.0.0
|
|
cabal-install 2.4.0.0
|
|
cabal-install 2.4.1.0 latest,recommended
|
|
|