haskell / actions

Github actions for Haskell CI
146 stars 54 forks source link

Choco: install cabal before ghc #214

Open andreasabel opened 1 year ago

andreasabel commented 1 year ago

Lifted from

Implementing @Mistuke's suggestion to install cabal before ghc would amount to swapping the entries in the opts record, which implicitly determines the order of installation: https://github.com/haskell/actions/blob/86bd3eda129ecad970079574dd4001961be531f8/setup/src/opts.ts#L161-L187

We could then drop again the --ignore-dependencies flag passed to choco.