tweag / HaskellR

The full power of R in Haskell.
https://tweag.github.io/HaskellR
Other
584 stars 47 forks source link

Update dependencies in cabal files and remove unused packages #423

Closed ConnorBaker closed 8 months ago

ConnorBaker commented 8 months ago

Work in progress PR to update version bounds and removed unused packages.

This PR also adds -Werror=unused-packages, which will cause a compilation failure if we include a package that we do not use.

Lastly, this PR adds stack-nightly.yaml and shell-nightly.nix for the Stackage nightly release.

In combination with #422, this should fully implement the changes posed by @andreasabel in #420 -- thank you for your patience!