Chekkan's Blog
Subscribe
Tagged

haskell

A collection of 3 posts

GitHub Workflow for Haskell Yesod Docker image with Stack
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 it so that we can build the docker image with GitHub Workflows. GitHub Workflow And ActionsIn order to create a

  • Harish Hareendra Babu
Harish Hareendra Babu Jul 8, 2020 • 4 min read
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. At the time of writing, the

  • Harish Hareendra Babu
Harish Hareendra Babu Jun 27, 2020 • 2 min read
haskell

Install haskell platform on mac with homebrew

The recommended way to install the components of the mac platform is using ghcup to install ghc and cabal-install. haskell.orgghcup is an installer for the general purpose language Haskell Open a terminal and execute the following command to install ghcup curl https://get-ghcup.haskell.org -sSf | shPress ENTER -&

  • Harish Hareendra Babu
Harish Hareendra Babu Sep 5, 2019 • 1 min read
Chekkan's Blog © 2022
Powered by Ghost