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
It seems that ghc966 attribute, which is part of haskell.compilers in unstable, is not popping up in search for some reason.
This search query https://search.nixos.org/packages?channel=unstable&from=0&size=50&sort=relevance&type=packages&query=ghc966 should show match in "haskell.compiler.ghc966".
"haskell.compiler.ghc966"
The text was updated successfully, but these errors were encountered:
Duplicate of #781
Sorry, something went wrong.
I see!
This is because ghc attribute is pointin to ghc966 at the moment. So indexing sees ghc first and then skips ghc966.
ghc
ghc966
https://search.nixos.org/packages?channel=unstable&show=ghc&from=0&size=50&sort=relevance&type=packages&query=ghc
So this is related to aliasing.
No branches or pull requests
It seems that ghc966 attribute, which is part of haskell.compilers in unstable, is not popping up in search for some reason.
Expected
This search query https://search.nixos.org/packages?channel=unstable&from=0&size=50&sort=relevance&type=packages&query=ghc966 should show match in
"haskell.compiler.ghc966"
.The text was updated successfully, but these errors were encountered: