Checks like `stylish-haskell` look through all *.hs files in current folder without a way to exclude directories
This is problematic because if you have folders like dist-newstyle
, the check (e.g stylish-haskell) will look at files in that folder as well.