-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
haskell generic-builder: Use strictDeps always #41420
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
matthewbauer
merged 21 commits into
NixOS:master
from
obsidiansystems:haskell-strict-deps
Jul 3, 2018
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
57bb96d
fetchpatch: Add includes to compliment excludes, and require that bot…
Ericson2314 1e6aeed
haskell lib: Make helpers to add benchmark and test tool depends
Ericson2314 359e0ce
haskell generic-builder: Make test and benchmark tool depends `native…
Ericson2314 ceaf285
haskell generic-builder: Use strictDeps always
Ericson2314 43e3ea0
hspec{,-core,-discovery}: Add build-tool-depends to testsuite
Ericson2314 242ca11
base-compat: Add missing build tool dependency
Ericson2314 d2f6f52
alex: `which` needs to be a tool dep so it's a nativeBuildInput
Ericson2314 9ef816e
with-location: add hspec-discover
matthewbauer 160894d
text-conversions: add hspec-discover
matthewbauer fea9a71
haskell: add more test tool depend for hspec-discover
matthewbauer c4d4376
haskell with-location: Link upstreaming attempt
Ericson2314 3457ce0
with-location: Link upstreamming attempt
Ericson2314 42bd49d
haskell-modules: Fix mockery in macos
matthewbauer 10f1063
haskell-modules: Add many more overrides for hspec-discover
matthewbauer c4431d3
haskell-modules: Add test tool depend for modern-uri
matthewbauer fb94cd9
haskell-modules: Add pandoc for heist
matthewbauer 2cb5633
haskell-modules: Add more test tool depends
matthewbauer 4590a37
haskell-modules: Add more overrides
matthewbauer 1a668f7
yesod-persistent: add hspec-discover for 1.4.3
matthewbauer 9ed54a3
configuration-common.nix: fix build tools
domenkozar 157b597
configuration-ghc-8.4.x.nix: Update hspec versions
matthewbauer 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
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
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
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.
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.
Could this be causing a mass rebuild somehow? This is the only thing in here that could touch darwin stdenv - right?
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.
@matthewbauer Yeah but it's a false positive. Cause it's a fixed-output derivation there isn't any rebuild.