haskell-infra / hackage-trustees

Issue tracker for Hackage maintainance and trustee operations
https://hackage.haskell.org/packages/trustees/
42 stars 7 forks source link

uvector does not compile with ghc-9.10.1 #398

Open erikd opened 1 month ago

erikd commented 1 month ago

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 commented 1 month ago

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