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

uvector does not compile with ghc-9.10.1 #398

Open
erikd opened this issue May 12, 2024 · 1 comment
Open

uvector does not compile with ghc-9.10.1 #398

erikd opened this issue May 12, 2024 · 1 comment

Comments

@erikd
Copy link

erikd commented May 12, 2024

Getting the following compile errror:

Configuring uvector-0.1.1.1...
Preprocessing library for uvector-0.1.1.1..
Building library for uvector-0.1.1.1..
on the commandline: warning: [GHC-53692] [-Wdeprecated-flags]
    -fvia-C is deprecated: The -fvia-C flag does nothing; it will be removed in a future GHC release

on the commandline: warning: [GHC-53692] [-Wdeprecated-flags]
    -fglasgow-exts is deprecated: Use individual extensions instead

ghc: unrecognised flag: -fno-method-sharing

Usage: For basic information, try the `--help' option.

The package https://hackage.haskell.org/package/uvector was last updated (by HVR) in December on 2014.

The homepage linked in the cabal file no longer exists.

There is no code repo listed in the cabal file.

The maintainer email address is no longer valid.

@gbaz
Copy link
Contributor

gbaz commented May 13, 2024

uvector is deprecated in favor of vector, but it does not say so in the metadata just the description text. I will add the deprecation to the main package metatdata as well

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

No branches or pull requests

2 participants