unison icon indicating copy to clipboard operation
unison copied to clipboard

Simplify Stack usage in Nix

Open sellout opened this issue 10 months ago • 1 comments

The particular Stack build was the only reason we had two Nixpkgs dependencies. This removes the custom stack dependency, and instead sets the versions for the haskell.nix tools.

It also bumps hpack to 0.36.0, because it turns out that’s the minimum required by our pinned version of Stack anyway.

sellout avatar Dec 06 '24 23:12 sellout