-
Notifications
You must be signed in to change notification settings - Fork 205
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
Update rules_haskell #3473
Merged
Merged
Update rules_haskell #3473
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aherrmann-da
commented
Nov 15, 2019
deps.bzl
Outdated
rules_haskell_version = "f1323829e7e7cc1ea71013efe22466a6298a59b2" | ||
rules_haskell_sha256 = "addd6b4d8d63fd5c3ed1a4a2a72f071397203474dbb9a9fe0487c917ac219d55" | ||
rules_nixpkgs_version = "a169f54bfc48ad3ade9f46acac9fae7d493ad94b" | ||
rules_haskell_version = "b8f4b6d8f3847edbcfd122f633e3a90e7ec9349d" |
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.
Can be pointed to master once tweag/rules_haskell#1143 is merged.
cocreature
approved these changes
Nov 15, 2019
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.
Awesome, thank you!
bame-da
pushed a commit
that referenced
this pull request
Nov 19, 2019
* Update rules_haskell & rules_nixpkgs * Define dadew POSIX toolchain on Windows * Build hpp with stack and Cabal * Replace Hazel hpp by @stackage hpp * replace backslash by forward slash * Cabal wrapper exclude bindist includes * ghci-grpc patch fix missing argument * Switch to rules_haskell master
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Now supports
rules_sh
POSIX toolchain to manage Unix shell commands.Allows to avoid
use_default_shell_env
to improve hermeticity and caching.hpp
by astack_snapshot
provided version.This is to ensure that the POSIX toolchain, which is used by
haskell_cabal_library
, is working.Pull Request Checklist
NOTE: CI is not automatically run on non-members pull-requests for security
reasons. The reviewer will have to comment with
/AzurePipelines run
totrigger the build.