Closed domenkozar closed 9 months ago
The use case is that I have one folder with a lot of generated Haskell GRPC types and one that I develop with it src
and proto
.
Thanks again for opening this issue! The fix from #19 has been released in version 1.0.2.0.
Thanks for opening this issue! Could you explain your motivation and perhaps project layout? Most Haskell projects I've seen (and worked on) have a single source directory with all the Haskell files in it.
As a workaround, you can have multiple
exposed-modules
(orother-modules
), like this: