diff --git a/hls-graph/hls-graph.cabal b/hls-graph/hls-graph.cabal index 1fbac6533b..435fa673b3 100644 --- a/hls-graph/hls-graph.cabal +++ b/hls-graph/hls-graph.cabal @@ -3,7 +3,7 @@ name: hls-graph version: 1.5.1.1 synopsis: Haskell Language Server internal graph API description: - Please see the README on GitHub at + Please see the README on GitHub at homepage: https://github.com/haskell/haskell-language-server#readme bug-reports: https://github.com/haskell/haskell-language-server/issues @@ -18,6 +18,9 @@ data-files: html/profile.html html/shake.js +extra-source-files: + README.md + flag pedantic description: Enable -Werror default: False