The GitHub release action uses cabal to build the project. This causes dependency version mismatches with the stack-based infrastructure we typically use.
We should switch to stack for the release action, maybe with something like freckle/stack-action. I already used this for currycarbon, but did not manage to get the windows setup right.
The GitHub release action uses cabal to build the project. This causes dependency version mismatches with the stack-based infrastructure we typically use.
We should switch to stack for the release action, maybe with something like
freckle/stack-action
. I already used this forcurrycarbon
, but did not manage to get the windows setup right.