We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Seems to compile with an allow-newer:
% cabal repl -b file-embed-lzma -c 'filepath>=1.5' --allow-newer=file-embed-lzma:filepath Resolving dependencies... Build profile: -w ghc-9.8.2 -O1 In order, the following will be built (use -v for more details): - filepath-1.5.2.0 (lib) (requires download & build) - lzma-0.0.1.0 (lib) (requires download & build) - unix-2.8.5.1 (lib:unix) (requires download & build) - directory-1.3.8.4 (lib:directory) (requires download & build) - file-embed-lzma-0.0.1 (lib) (requires download & build) - fake-package-0 (lib) (first run)
EDIT: Oh, I realize this is boot library. So I know you won't bump it until 9.10 is out: https://gitlab.haskell.org/ghc/ghc/-/wikis/commentary/libraries/version-history
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Seems to compile with an allow-newer:
EDIT: Oh, I realize this is boot library. So I know you won't bump it until 9.10 is out: https://gitlab.haskell.org/ghc/ghc/-/wikis/commentary/libraries/version-history
The text was updated successfully, but these errors were encountered: