You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The automatically-generated .nix files for Stackage LTS until 14.x contain the bundled packages, like stm, both in the compiler section and as a regular package. Alas, from 15.x, the packages in the compiler section are not found as regular packages. That means that if you depend on one of those packages (we do in particular depend on stm) the build fails.
I am happy to provide a PR on this with some guidance :)