I have a [Hakyll](https://github.com/jaspervdj/hakyll) project open (repo [here](https://github.com/armatures/blog)), and I've installed this plugin. Syntax highlighting looks good, but I get this error in my "problems" tab: <img width="920" alt="Screen Shot 2020-10-16 at 3 51 23 PM" src="https://user-images.githubusercontent.com/3068252/96307828-da481e00-0fc7-11eb-9f30-7bcaa1ec8bf3.png"> My `main` is in the root of the project directory, and in my cabal file, I have the line ` main-is: site.hs`, would this be a problem? Thank you!