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
Manually adding each and every one of the many packages that Hackage hosts is a gargantuan task.
With the hackage-db library, we can read out the index files:
Prelude Distribution.Hackage.DB> db <-readHackage' "D:\\Users\\blauwers\\Downloads\\00-index.tar"
You can get the index files here: http://hackage.haskell.org/api
I could not find how the JSON API works for Hackage, which is a shame, because that might be a little easier to work with / extend.
The text was updated successfully, but these errors were encountered:
Resolves issue #12.
9f89e44
Woops, made a typo on the issue number :|
Sorry, something went wrong.
No branches or pull requests
Manually adding each and every one of the many packages that Hackage hosts is a gargantuan task.
With the hackage-db library, we can read out the index files:
You can get the index files here: http://hackage.haskell.org/api
I could not find how the JSON API works for Hackage, which is a shame, because that might be a little easier to work with / extend.
The text was updated successfully, but these errors were encountered: