docker-haskell
docker-haskell copied to clipboard
Would it be an option to include the relevant llvm version of a particular version of ghc? Newer versions of host operating systems don't have older llvm versions in the...
Community members have tried building a devcontainer https://github.com/haskell/docker-haskell/issues/41 The result at that time was: https://github.com/microsoft/vscode-dev-containers/tree/main/containers/haskell However, the repo `microsoft/vscode-dev-containers` is now archived. [The Microsoft team split this repository into the...
Debian 11 "bullseye" came out in August 2021, and at that point *stable* came to mean Bullseye, and *oldstable* to mean Buster. hub.docker.com/_/haskell says > we support the two most...
#73 This is blocked until cabal and GHC aarch64 officially support deb11. Just doing some testing for now.
I have been working on an image that uses Alpine, and I was wondering if i submitted a PR, it would be welcome. Of course I will change it however...
#22 Testing with `docker build 9.0/alpine3.15/ -t woo && docker run -it woo sh` ~This is blocked until 9.2.2 as 9.2.1 release appears to be broken.~ 9.2.2 appear to still...
#3 ## To Do - [x] Remove ghc profiling files - [ ] Remove ghc docs - [x] Remove stack docs - [ ] `stack setup` is failing with missing...
With more variants being added it is becoming more desirable to have templating. https://github.com/haskell/docker-haskell/pull/6 was one such attempt. https://docs.earthly.dev/docs/earthfile is another option. It would be nice to dogfood and use...
*Note: the original GitHub repository was deleted recently, so we've lost all the issues/discussion* :cry: Windows is supported upstream, so we should have a Windows variant!