mstksg / setup-stack

Github action for setting up haskell stack
24 stars 12 forks source link

Haskell Stack is preinstalled #1

Open aDifferentJT opened 4 years ago

aDifferentJT commented 4 years ago

It seems that this isn't necessary on Ubuntu since Stack is preinstalled

mstksg commented 4 years ago

Huh! That's a nice surprise, thanks for letting me know :) Might still be worht having for OSX though.

istathar commented 4 years ago

What version of stack was preinstalled... by who?

aDifferentJT commented 4 years ago

Version 2.1.3 is preinstalled on the runners by GitHub

andys8 commented 4 years ago

Install on macos was easy, too. But I'm happy to have this project for windows :)

MacOS

      - if:  matrix.os  == 'macos-latest'
        run: brew install haskell-stack