well-typed / grapesy

Native Haskell gRPC client and server based on `http2`
Other
38 stars 4 forks source link

Don't use `PackageInfo` #31

Closed edsko closed 1 year ago

edsko commented 1 year ago

PackageInfo was introduced in cabal 3.10, but package version information has been available since forever in the generated Paths_ module; using this module however can result in some issues with non-reproducability. We don't really care about here so the older Paths_ module is fine, and avoids requiring the latest and greatest cabal.