Currently, some of the inspections won't work on MacOS due to the logic of Cabal dist-newstyle packages naming convention on MacOS. Turns out, they are removing all vowels from the package name on MacOS only.
This is crucial for us as we need to know what package the function is coming from to check the inspection.
:fire: :fire: :fire:
Currently, some of the inspections won't work on MacOS due to the logic of Cabal
dist-newstyle
packages naming convention on MacOS. Turns out, they are removing all vowels from the package name on MacOS only.This is crucial for us as we need to know what package the function is coming from to check the inspection.
P.S. I was so lucky to remember this comment I saw once on Reddit https://www.reddit.com/r/haskell/comments/gy0lsv/making_the_most_of_cabal/ft95rqs/
Without this I won't be able to figure out the issue on MacOS, like never :skull: