haskell / actions

Github actions for Haskell CI
147 stars 54 forks source link

Re #202: choco install ghc --ignore-dependencies #207

Closed andreasabel closed 1 year ago

andreasabel commented 1 year ago

Following recipe given by @Mistuke in https://github.com/haskell/actions/issues/202#issuecomment-1465822109 :

choco install chocolatey-core.extension
choco install ghc --ignore-dependencies
choco install cabal
andreasabel commented 1 year ago

Step choco install chocolatey-core.extension is obsolete (already installed).

Pushed as 1721ceb4a560e6b68b2236777db55267b8c13125.