dfithian / prune-juice

Prune unused Haskell dependencies.
MIT License
48 stars 4 forks source link

Update Stack resolver to lts-18.13 #7

Closed elldritch closed 2 years ago

elldritch commented 3 years ago

This also updates to the compiler to GHC 8.10.7.

dfithian commented 2 years ago

I think you can achieve this like here, so you can use a more recent version of cabal-install-parsers: https://github.com/dfithian/prune-juice/pull/12/files#diff-0de01f189d384bfbe69e806ef70b1a425b27394dbe2a9d0e62ffd010dda86c03R5

If you make this change I'll merge it in!

dfithian commented 2 years ago

Alright I did this here: https://github.com/dfithian/prune-juice/commit/44a9ad8a6334fbfa439f71f8588d7462c38970e5

Let me know if you still have issues, and I'll remove the wontfix label.