Skip to content
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

hashable doesn't support filepath-1.5, ghc-9.10 will bump filepath to 1.5 #292

Closed
Tracked by #15 ...
jwaldmann opened this issue Feb 28, 2024 · 3 comments · Fixed by #293
Closed
Tracked by #15 ...

hashable doesn't support filepath-1.5, ghc-9.10 will bump filepath to 1.5 #292

jwaldmann opened this issue Feb 28, 2024 · 3 comments · Fixed by #293

Comments

@jwaldmann
Copy link

hashable doesn't support filepath-1.5 ( #291 (comment) )

ghc-9.10 will bump filepath to 1.5 ( https://gitlab.haskell.org/ghc/ghc/-/milestones/380)

will this create a conflict?

@andreasabel
Copy link

Hitting this build error:

[3 of 7] Compiling Data.Hashable.Class ( src/Data/Hashable/Class.hs, dist/build/Data/Hashable/Class.o, dist/build/Data/Hashable/Class.dyn_o )

src/Data/Hashable/Class.hs:167:1: error: [GHC-87110]
    Could not load module ‘System.OsString.Internal.Types’.
    It is a member of the hidden package ‘os-string-2.0.2’.
    Perhaps you need to add ‘os-string’ to the build-depends in your .cabal file.
    Use -v to see a list of the files searched for.
    |
167 | import System.OsString.Internal.Types (OsString (..), PosixString (..), WindowsString (..))
    | 

So, at least dependency os-string has to be added, it seems.

@andreasabel andreasabel mentioned this issue Mar 16, 2024
4 tasks
@andreasabel
Copy link

It seems that this is not fixed by head.hackage: https://gitlab.haskell.org/ghc/head.hackage/-/issues/100

@andreasabel
Copy link

Possibly be fixed by:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants