Andreas Abel

Results 1339 comments of Andreas Abel

This looks like a bug in cabal. If possible, can you please search for this or similar in the cabal issues? I had a problem with curl and cabal once....

On macOS, I am getting e.g. ``` $ cabal upload -d /Users/abel/bin/src/HsYAML-aeson/dist-newstyle/HsYAML-aeson-0.2.0.1-docs.tar.gz -v Uploading documentation /Users/abel/bin/src/HsYAML-aeson/dist-newstyle/HsYAML-aeson-0.2.0.1-docs.tar.gz... Running: /usr/local/opt/curl/bin/curl --config - 'https://hackage.haskell.org/package/HsYAML-aeson-0.2.0.1/candidate/docs' --request PUT --data-binary '@/Users/abel/bin/src/HsYAML-aeson/dist-newstyle/HsYAML-aeson-0.2.0.1-docs.tar.gz' --write-out '%{http_code}' --user-agent 'cabal-install/3.7 (osx;...

Could you fix your problem, @dpwiz ?

Please give some basic context: Version of - OS - curl - cabal - browser What happens if you use `curl` in the way of https://github.com/haskell/hackage-server/issues/1070#issuecomment-1124320024 ?

I can confirm (in one instance) that the web interface for documentation upload rejected a `.tar.gz` but accepted the gunzipped version `.tar`. (Firefox 100) I have never used the web...

Well, a 401 is about missing authorization. Are your auth settings up-to-date in `.cabal/config`? ``` hackage-username: ... hackage-password: ... ```

> is this still active ? [packdeps.haskellers.com/reverse](https://packdeps.haskellers.com/reverse) is great but it is missing some hackage packages Also, it ignores dependencies under flags (and maybe also conditionals, testsuites?).

I like the colors and everything is clearly readable.

Not unlikely that the flag `minimal` has bit-rot since it is not covered by CI. TODO: include the flags in CI or drop them.

This is the upstream issue (or rather PR): - https://github.com/haskell/haddock/pull/1488 It seems that the problem was aggravated by including `--enable-doc` (the cause for `haddock` failure) in `cabal haddock`. Personally, I...