implicit-hie
implicit-hie copied to clipboard
Support import-dirs under Cabal flags
trafficstars
Since the introduction of Cabal flags in haskell-language-server.cabal, gen-hie is not able to generate a cradle that covers all the import dirs in that Cabal descriptor. In particular, the folder plugins/default gets missed because its included conditionally.
I think that implicit-hie should consider all possible import-dirs, regardless of the flag default values.