Closed fredlemieux closed 10 months ago
same issue on wsl2
Same issue on Ubuntu 22.04 as native OS and in WSL2
Anything I can do to help debug this issue?
I tried building it from source, since there warp-3.3.29
is used instead of warp-3.3.25
when using cabal install
. Everything worked as expected. So it seems that the issue is already is fixed, and the version/tag/commit hash cabal should use must be updated?
Same issue on Debian 11 and OpenBSD.
This is not the fault of hoogle
, this is the fault of warp
: https://github.com/haskell-infra/hackage-trustees/issues/377. warp
needs its Hackage upper bounds on http2
adjusted. In the meantime this should be a suitable workaround:
cabal install hoogle --constraint 'http2<4.2'
This issue should be fixed by https://github.com/yesodweb/wai/issues/951#issuecomment-1778361356
I'm a little new to Haskell, so apologies if there is a simple solution, please let me know if there is anything I can do to help debug this issue.
I've run
cabal update
prior to runningcabal install hoogle
, I'm running this on an M1 Mac.