Taylor M. Hedberg

Results 36 comments of Taylor M. Hedberg

Let me know if you discover a reproducible case. Otherwise, it will be difficult to help.

Would it be useful to have an option to pass to the `hsenv` command that causes it to symlink `dist` to `dist_` for compatibility with 3rd-party tools that expect a...

How about leaving the default behavior the way it is currently, but adding an option to organize the directories the old way? So using something like `hsenv --simple` would create...

@adinapoli I don't think we can get away with multiple `.hsenv_*` directories and a single `dist` directory. Cabal, as far as I understand it, does not always treat `dist` as...

This issue has now been addressed in [my fork of hsenv](https://github.com/tmhedberg/hsenv). The default behavior when initializing a new sandbox is to omit the suffix from the `.hsenv` and `dist` directories....

@dudebout gets the credit. He wrote the patch. I just merged it. :)