zmactep / hasbolt

Haskell driver for Neo4j 3+ (BOLT protocol)
BSD 3-Clause "New" or "Revised" License
82 stars 13 forks source link

Make cabal meta-data more accurate #1

Closed hvr closed 7 years ago

hvr commented 7 years ago

This improves the package meta-data's accuracy and thus will help cabal operate properly and will prevent future package releases on Hackage from bitrotting.

https://docs.haskellstack.org/en/stable/yaml_configuration/?highlight=pvp-bounds#pvp-bounds

hvr commented 7 years ago

Oh, and btw, the description ("Please see README.md") is not a proper description for your package (and Hackage will show a link to the README at the end of the description if the README exists; therefore that phrase is redundant), and hence this will cause poor experience for users (NB: your package won't be properly indexed by Hackage's package search feature and thus hurt its discoverability). See also this posting for more details.

zmactep commented 7 years ago

Hi @hvr! Thanks for the PR. I'll fix an issue in cabal file too.