2025/02/28


Escaping Haskell Tooling Hell



Haskell Doomguy

People joke about how you need a PhD in mathematics in order to appraoch Haskell, but ironically I have found Haskell tooling to be more painful to work with than its abstractions like Monads (lol). This is most likely just a skill issue on my part, but, alas...



The purpose of this article is to be a reference for myself whenever I start a new Haskell project. TLDR: It looks like the right way to go about managing a Haskell project is to use Cabal with Stackage.

After some tweets and blogposts pointed me in the right direction, I used ChatGPT's Deep Research tool to write a step by step guide for myself. I will share a simplified version of the most straightforward process that worked for me but if you are more interested in everything the o3 model had to say then you can check it out here.



0. Your tools:




1. Setting up your project:





2. Working on your project:





It is worth giving a healthy disclaimer that while this entire guide works for me as of early 2025, I would not be suprised if this post becomes obselete in the future due to the emergence of a simpler and superior way of managing Haskell dependencies. I am actually hoping for this to be the case. If not, then maybe it will finally be time to take the Nix pill.





< return