commercialhaskell/stackage-server

Website shows `stack` version 9.9.9 although most recent is 1.0.0

Closed this issue · 3 comments

http://www.stackage.org/package/stack

The headline should be "stack 1.0.0" instead of "stack 9.9.9".
Hackage shows v9.9.9 to be deprecated: http://hackage.haskell.org/package/stack-9.9.9

This is actually caused by all-cabal-metadata, and specifically all-cabal-metadata-tool not taking deprecated packages into account.

I believe the commit I just pushed will resolve this, though it will take up to an hour for all the pieces to get rebuilt correctly so we can test.

Works! Thanks for the quick fix!