GaloisInc / daedalus

The Daedalus data description language
BSD 3-Clause "New" or "Revised" License
63 stars 11 forks source link

Inconsistency between Github Readme and Tutorial - GHC and Cabal versions #360

Open zutshi opened 9 months ago

zutshi commented 9 months ago

The tutorial page states

> ghcup install ghc 8.10.7 && ghcup set ghc 8.10.7
> ghcup install cabal 3.6.2.0 && ghcup set cabal 3.6.2.0

while the github README states

You need a Haskell compiler (recommended GHC 9.4.5), and a Haskell package installer (recommended Cabal 3.10).