-
-
Notifications
You must be signed in to change notification settings - Fork 392
Fix nix build CI #3404
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
Merged
mergify
merged 15 commits into
haskell:master
from
MercuryTechnologies:wavewave/ci-nix-build
Dec 17, 2022
Merged
Fix nix build CI #3404
Changes from 13 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
476f168
fix fourmolu with -f-fixity-th in nix env
wavewave 837b040
ci failure test
wavewave 14bbec3
bump nix file.
wavewave ab753ba
disable cachix action
wavewave 299c3c1
further comment out
wavewave 5b98a6e
revive cachix action.
wavewave 4c518f8
remove commented-out
wavewave b3168bb
Merge branch 'wavewave/fourmolu-fix' into wavewave/ci-nix-build
wavewave f6d857a
fix hls-cabal-plugin by removing Cabal-syntax.
wavewave 30dac51
limit implicit-hie < 0.1.3
wavewave f0bcb95
added a small comment and link to the issue.
wavewave 35f328f
Merge branch 'wavewave/fourmolu-fix' into wavewave/ci-nix-build
wavewave 0eab340
Merge branch 'master' into wavewave/ci-nix-build
wavewave 0557552
put implicit-hie to ghcide dep
wavewave ead898d
bump CI
wavewave File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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
This file contains hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.
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.
See #3317 (comment), this applies here, too. @michaelpj what do you think? Fix in a follow-up PR? Must not be forgotten for #3409
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.
Yeah, good point. I was thinking it was okay to be temporary, but indeed it can mess up our ability to release. Better to put a fake dependency in
ghcide
if we have to.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.
added implicit-hie to ghcide.