commercialhaskell / stack

The Haskell Tool Stack
http://haskellstack.org
BSD 3-Clause "New" or "Revised" License
3.98k stars 842 forks source link

fix: wrong instance for qualified name of benchmarks #6485

Closed theobat closed 7 months ago

theobat commented 7 months ago

Note: Fixes for the online documentation of the current Stack release (https://docs.haskellstack.org/en/stable/) should target the 'stable' branch, not the 'master' branch.

Please include the following checklist in your pull request:

Please also shortly describe how you tested your change. Bonus points for added tests!

@mpilgrem While there is no urge to do so, I think this fix should be backported to stack 2.15, because it'll likely create wrong behaviors in ghci for benchmarks (and probably in hls then).

mpilgrem commented 7 months ago

@theobat, noted. I'm OK with releasing a new version of Stack pretty quickly, but lets give it a few weeks to see if any other bugs emerge.