Closed
Description
This problem is surprising, but whenever I run a stack
command (build, clean, etc.), I get this error:
Cabal file info not found for floskell-0.10.4, updating
Selected mirror https://s3.amazonaws.com/hackage.fpcomplete.com/
Downloading timestamp
No package index update available and cache up to date
Package index cache populated
Could not find floskell-0.10.4 on Hackage
Possible candidates: floskell-0.10.0@sha256:442dd0f7d01b06d628c361628d566b9466b3edc7a23b11694c1496ddfd4ac5ae,4350, floskell-0.10.1@sha256:dd9a3e0ac90d672135c6911474213da5f29b05780ef1058fcff7330090b587c9,4350, floskell-0.10.2@sha256:5d0c4988a8f9d1cd0e22604751356cfa69319dc518ad30ec1bda0e07c9a78d86,4471, floskell-0.10.3@sha256:43ac46830200712934cfd942eafc7285b5f61dbd7a7740a90917fa08a4c7cb2b,4512.
This is all the more surprising as I do see floskell-0.10.4
on Hackage
Maybe this is a bug in FpComplete mirror? Has anybody else the same issue?
Note: even if I changed the floskell version in stack.yaml
to 0.10.3
, I then get a similar issue with fourmolu:
Cabal file info not found for fourmolu-0.1.0.0@rev:1, updating
Selected mirror https://s3.amazonaws.com/hackage.fpcomplete.com/
Downloading timestamp
No package index update available and cache up to date
Package index cache populated
Could not find fourmolu-0.1.0.0@rev:1 on Hackage
The specified revision was not found.
Possible candidates: fourmolu-0.1.0.0@sha256:f57ba1d7f0c8b7009259b428fd66264ea18ac2b714d60b6c760bd8faab846b73,6204.
I have already tried running cabal update
and stack update
but to no avail...