-
Notifications
You must be signed in to change notification settings - Fork 846
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
How can I downgrade a package? #658
Comments
How odd. I just want to confirm that your expectations are correct, and this is indeed a bug. |
Is there anything I could do as a workaround until the bug ist fixed? |
As a workaround, you could try using |
Pinging @chrisdone and @snoyberg to draw attention to this bug; I remember commenting on related code a while ago and thought it was fixed since then. |
I was just looking this over. I think there are two different issues at play:
Am I reading correctly that these are the two issues being reported? |
@snoyberg you are right. Thanks! |
Because of what I mentioned above: the |
Ok, thanks for the clarfication. |
I've opened up #678 to track the necessary changes to |
Hi,
I have problems with the
tls
package and want to downgrade it from1.3.1
to1.2.17
. How can I do that?I have the following files:
haskell-apns.cabal:
stack.yaml:
1.2.17
is built, but1.3.1
is used and e.g.stack ghci
orstack unpack
use1.3.1
.Any ideas?
PS: I use
stack: Version 0.1.2.1, Git revision 500a55336af2245d2bcb3ed4201b126a030088c7
, but I also tried0.1.2.0
.The text was updated successfully, but these errors were encountered: