Skip to content

A docker image to build and run a haskell application on an aarch64 architecture

Notifications You must be signed in to change notification settings

hasael/aarch64-haskell-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

aarch64 base aarch64 cached

Haskell on aarch64 image

Docker image using aarch64/alpine to build and run haskell applications. This image uses Nix package manager which contains prebuilt hackage libraries for aarch64. The reasoning is that cabal install on its own is very slow to build libraries on arm (at least in my experience). The haskell project must contain a .nix build file, which can be generated from your cabal file following this guide

About

A docker image to build and run a haskell application on an aarch64 architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published