haskell GitHub Workflow for Haskell Yesod Docker image with Stack In a previous post, I went over creating a Dockerfile for Haskell Yesod application. In this post, I will reuse part of the Dockerfile we ended up with and modify
haskell Haskell Yesod Web Application in Docker Yesod is one of the web frameworks available for Haskell. It seems to be the easiest one out of the multiple choices available to get started with. PrerequisitesDockerHaskell Stack version 2.3.1You can find all yesod stack templates available from the github repository.