Cross-Compiling Haskell under NixOS with Docker

This page summarizes the projects mentioned and recommended in the original post on dev.to

JetBrains - Tell us how you use coding tools. You may win a prize!
Are you a developer or a data analyst? Share your thoughts about your coding tools in our short survey and get a chance to win prizes!
surveys.jetbrains.com
featured
Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
  1. ghc-musl

    Unofficial and untested binary distributions of GHC on Alpine Linux. Multi-arch (linux/amd64, linux/arm64/v8) GHC musl docker images. Please submit Pull Requests to the GitLab repository. Mirror of (by benz0li)

  2. JetBrains

    Tell us how you use coding tools. You may win a prize! Are you a developer or a data analyst? Share your thoughts about your coding tools in our short survey and get a chance to win prizes!

    JetBrains logo
  3. haskell-template-hebele

    An opinionated Haskell Project Template based on Nix.

    You can check the script under my Haskell project template repository.

  4. QEMU

    Official QEMU mirror. Please see https://www.qemu.org/contribute/ for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website.

    That is expected: We cannot run an ARM-based Docker image on an x86_64 host without some additional setup, in particular, using QEMU.

  5. upx

    UPX - the Ultimate Packer for eXecutables

    I am using a script that generates a cabal.project.freeze from my Nix setup, compiles the project inside a Docker container from the above image, copies the binary to the host, and then compresses it using upx.

  6. ClickHouse

    ClickHouse® is a real-time analytics database management system

    I attended the AWS Summit 2025 in Singapore. I enjoyed the event. There were booths from various companies which I found interesting, such as GitLab and ClickHouse. More importantly, I got to meet very interesting people.

  7. aws-graviton-getting-started

    Helping developers to use AWS Graviton2, Graviton3, and Graviton4 processors which power the 6th, 7th, and 8th generation of Amazon EC2 instances (C6g[d], M6g[d], R6g[d], T4g, X2gd, C6gn, I4g, Im4gn, Is4gen, G5g, C7g[d][n], M7g[d], R7g[d], R8g).

    Among the booths, there was a particular one that caught my attention: AWS was showcasing their ARM-based Graviton processors. I chatted with the AWS folks, and asked a few questions which I had in mind for quite some time.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • pg_dphyp: teach PostgreSQL to JOIN tables in a different way

    4 projects | dev.to | 28 Jul 2025
  • Strategies for Fast Lexers

    5 projects | news.ycombinator.com | 14 Jul 2025
  • 🧠 From Hive and Elastic to ClickHouse: What Surprised Me

    1 project | dev.to | 8 Jul 2025
  • Counting at Scale

    1 project | news.ycombinator.com | 3 Jul 2025
  • Show HN: Hacker News historic upvote and score data

    2 projects | news.ycombinator.com | 3 Jun 2025

Did you know that C++ is
the 7th most popular programming language
based on number of references?