-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix stack for windows #1789
Fix stack for windows #1789
Conversation
stack.yaml
Outdated
@@ -91,6 +94,7 @@ extra-deps: | |||
|
|||
# Windows only | |||
- Win32-2.6.2.0 | |||
- hedgehog-1.0.1@sha256:b65b1ebde7b7fe8e693070916e45aa2ed63eea5e3f84ac3a8f9a0b7f8fcf0337 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this needed? The snapshot.yaml
in cardano-prelude
mentions hedgehog-1.0.2
, so this is overriding it. Also, the cabal.project
does not mention this constraint.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My bad. I probably first tried stack on a pretty old commit which mentioned hedgehog-1.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Related: #1796
@mrBliss with this, |
8a83a01
to
5b94fd6
Compare
@kderme Yes, it's an inconsistency that should be fixed. |
5b94fd6
to
5799724
Compare
stack and cabal work on windows |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
5799724
to
03e53cf
Compare
bors r+ |
1789: Fix stack for windows r=mrBliss a=kderme Related #1082 Continuation of #1774, which makes use of IntersectMBO/cardano-prelude#100 Co-authored-by: kderme <[email protected]>
Build failed |
bors r+ |
1789: Fix stack for windows r=mrBliss a=kderme Related #1082 Continuation of #1774, which makes use of IntersectMBO/cardano-prelude#100 Co-authored-by: kderme <[email protected]>
Timed out |
bors r+ |
FYI, the test failure on Hydra is transient and the sign of an overloaded CI machine (the test involves time). |
Related #1082
Continuation of #1774, which makes use of IntersectMBO/cardano-prelude#100