sandwich icon indicating copy to clipboard operation
sandwich copied to clipboard

Remove haskell-src-exts dependency from the core package

Open thomasjm opened this issue 4 years ago • 2 comments

Probably want to either a) figure out how to use TH to do main function autodetection or b) come up with a more ad-hoc heuristic. A less desirable solution would be to move some test discovery stuff into its own package.

thomasjm avatar Jul 21 '21 20:07 thomasjm

Note that sandwich depends on haskell-src-exts not only directly, but also transitively, e. g., via string-interpolate.

Bodigrim avatar Jul 22 '21 17:07 Bodigrim

Oh good point, I hadn't noticed that.

thomasjm avatar Jul 22 '21 22:07 thomasjm