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
Test suites often want to run executable from dist/. Now dist/ is not always dist/, so an environment variable to indicate the position of dist would be nice.
stack sets HASKELL_DIST_DIR to this value. It would be nice if this were done by Cabal, so that other modes of building Haskell packages benefit from this convenience.