Building on GitHub Actions - Haskell

Welcome to the Functional Programming Zulip Chat Archive. You can join the chat here.

Magnus Therning

This is maybe not so Haskell specific, but has anyone a working setup for building Haskell on GH Actions?

Some specifics that I'm looking for

  • build with stack
  • build in a container (my first stop is almost always fpco/stack-build)

I'm getting stuck on strange permission issues with stack complaining about not being able to create the dirs it needs.

TheMatten

+1 - we consider Github Actions for polysemy