hackage-server
hackage-server copied to clipboard
Hackage-Server: A Haskell Package Repository
Hello, I uploaded the hdf5 package but the documentation can not be build, due to the missing hdf5 library. On debian/Ubunut you should install the libhdf5-dev package. Is it possible...
E.g. there are issues like https://github.com/UnkindPartition/tasty/issues/426 When there is a revision like `base
Similar to #230. This is a good way to be notified that releasing a new version actually worked. This is especially useful when publishing packages using an automated process. Also...
https://github.com/wimpysworld/nothing-but-nix https://github.com/haskell/hackage-server/pull/1391#issuecomment-2957288948
Follow-up of #1375 to use a Map rather than storing usernames in acid-state. Since the datatype used for storage no longer reflects the shape of the API payload, I made...
Re: https://github.com/haskell/cabal/issues/10920 Since cabal 3.14 (PR https://github.com/haskell/cabal/pull/10089) `cabal upload` uses `--anyauth` instead of `--digest` with `curl`. On my machine at least, this broke the uploading of documentation. I am reading...
It seems like Hackage is still using 9.6? https://hackage.haskell.org/package/skeletest-0.1.1/reports/3 Can we upgrade this to 9.8+? Also, is this managed manually, or is this version defined somewhere in the repo? I...
For example https://hackage.haskell.org/package/vector-0.13.2.0/docs/vector.txt currently shows data for the `vector:benchmarks-O2` sublibrary instead of the main `vector` library. I would hazard a guess that Hackage is generating two hoogle databases with the...
https://github.com/haskell/hackage-server/blob/1217eb00fd1f0fb9b37dd45e600d143250841cd0/exes/BuildClient.hs#L654-L666 IMO there are a few issues with this: * Hiding `--test-show-details` is very unhelpful. Presumably users are supposed to access `--test-log` somehow, but I cannot find any link to...
It feels like the builder uses an original Cabal file instead of a revised one. E. g., test log at https://hackage.haskell.org/package/poly-0.5.1.0/reports/2 says: ``` Resolving dependencies... Error: cabal: Could not resolve...