nmattia / snack

Nix-based incremental build tool for Haskell projects
334 stars 25 forks source link

actually fail module build if unsuccessful #208

Closed hyperfekt closed 4 years ago

hyperfekt commented 4 years ago

Without this, the module build will undeservingly succeed and the following linker phase will fail due to the missing object files, but will not display the actual error again.

Fixes #185.