tomjaguarpaw / haskell-opaleye

Other
599 stars 115 forks source link

Make identifies link to their "home module" #537

Closed tomjaguarpaw closed 2 years ago

tomjaguarpaw commented 2 years ago

If you go to Binary and click on Select then you will get taken to Opaleye.Internal.QueryArr instead of Opaleye.Select. I think there's a Haddock feature called "home modules" that allows you to choose what is the proper module to link each identifier too.

(Or maybe it's called something else and I'm getting confused with GHCi home modules. Anyway, I'm pretty sure it exists.)