magicbane icon indicating copy to clipboard operation
magicbane copied to clipboard

magicbane-0.4.1 not found on Hackage

Open trippingtarballs opened this issue 5 years ago • 1 comments

A recent PR fixed an issue with LTS 14.1. As part of the change-set for that fix this library's version was bumped to version 0.4.1. However, when I ask stack to include magicbane-0.4.1 it cannot be found on Hackage.

2019-09-10 12:53:49.510243: [error] Could not find magicbane-0.4.1 on Hackage
Possible candidates: magicbane-0.4.0@sha256:d47fc4467985283aa20dc538e14e05cccb06fa048c92f42afa391cfa19beee8b,2170.

Could you please check that magicbane-0.4.1 has been correctly published. It's entirely possible I'm not using the stack tool correctly. Thanks.

trippingtarballs avatar Sep 10 '19 11:09 trippingtarballs

As a temprorary fix, in my project's stack.yaml, I have replaced:

extra-deps:
- magicbane-0.4.0@sha256:d47fc4467985283aa20dc538e14e05cccb06fa048c92f42afa391cfa19beee8b,2170

with:

extra-deps:
- github: myfreeweb/magicbane
  commit: fb21a2d343dda91fec654bc7bb2c2d62036072c1

trippingtarballs avatar Sep 10 '19 12:09 trippingtarballs