Describe the bug
Using cabal test when there are failed tests sometimes crashes because the log files hedgehog write cannot be read because of the locale in the nix-shell determining the encoding to read with and the locale of the system determining the log file hedgehog writes.
Basically we should get back to just using stack and having a cleaner setup.
Describe the bug
Using
cabal testwhen there are failed tests sometimes crashes because the log files hedgehog write cannot be read because of the locale in the nix-shell determining the encoding to read with and the locale of the system determining the log file hedgehog writes.Basically we should get back to just using stack and having a cleaner setup.