Parallelism in Haskell
Wildon's Weblog 2022-05-01
Summary:
The purpose of this post is to give the simplest way I’ve found to get parallel execution to work in ghc 8.10.1. The unhelpful cabal I’ll begin by getting rid of the trivial difficulties. I’m obliged to use Stack (and the related cabal system), as it’s the only way I can find to get ghc […]