I've just started to learn haskell and I faced this proble while trying to stack build. What's the way to solve it? Thank you in advance.
You don't have README.md
in your project. Just create that file and the warning will go off:
$ touch README.md
Note that you have to create the file inside the project's folder.