-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make buildable with ghc 9.8 #16
base: master
Are you sure you want to change the base?
Conversation
Yes. Unfortunate news is that I don't have Hackage permissions for |
Also at this point it would make sense to allow GHC-9.8 as well. |
Still broken wrt paths untrusted bug: haskell-hvr/paths#16
Still broken wrt paths untrusted bug: haskell-hvr/paths#16
Still broken wrt paths untrusted bug: haskell-hvr/paths#16
Still broken wrt paths untrusted bug: haskell-hvr/paths#16
Done |
Our hand is forced by directory: src/System/Path/Internal.hs:74:1: error: [GHC-44360] System.Directory: Can't be safely imported! The module itself isn't safe. | 74 | import qualified System.Directory as Dir | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Workaround is required until upstream releases: haskell-hvr/paths#16
Workaround is required until upstream releases: haskell-hvr/paths#16 OK kili@
I'm very uncertain about why we need the Trustworthy commit. GHC is complaining for no reason I can discern. The directory module doesn't have an explicit declaration, so maybe one of its imports changed its inferred status?