haskell-hvr / hslogger

Logging framework for Haskell
https://hackage.haskell.org/package/hslogger
BSD 3-Clause "New" or "Revised" License
64 stars 36 forks source link

Cabal install fails with "Unexpected response 503" #72

Open samimia-swks opened 5 months ago

samimia-swks commented 5 months ago

cabal install hslogger fails with

Error: cabal: Failed to download hslogger-1.3.1.1 (which is required by
exe:haskell-debug-adapter from haskell-debug-adapter-0.0.39.0). The exception
was:
Unexpected response 503 for
http://objects-us-east-1.dream.io/hackage-mirror/package/hslogger-1.3.1.1.tar.gz

I am new to haskell and I installed cabal via ghcup using the official instructions on Ubuntu 22. I can install other packages fine so this does not seem like a Hackage outage.