CI uses an old `stack` version
diegodiv opened this issue · 5 comments
Looking at these CI messages, I stumbled upon warnings regarding the version of stack
we use.
We could upgrade to a newer version. I use 2.9.1 on my system, for example.
We should just move icepeak over to cabal (with nix), since we're also doing that with our other projects now.
It would indeed make sense.
Since I've already figured everything out for the Hoff repo anyways, I can do the same thing for Icepeak when I have some downtime. With Stack HLS now oftne complains about missing or hidden modules when editing either the tests or the executable, so having that fixed would be great.
@robbert-vdh is this issue fixed with your PR in #116 ?
Indeed, we no longer use stack. You can't use an out of date version of something if you don't use it at all!