-
-
Notifications
You must be signed in to change notification settings - Fork 19.8k
Haskell multiple outputs: bin etc lib (take three) #32629
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
Closed
Closed
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
33169ea
Revert "Merge pull request #32333 from NixOS/revert-32112-hask-split-…
domenkozar 3410fdd
hevm: disable bin output to prevent a cycle
domenkozar e3534e5
symlinkJoin: support multiple outputs
domenkozar 2b62c51
elm: fix with separate bin output
domenkozar bbe1dc3
ghcjs: fix with separate lib/bin outputs
domenkozar 75018d5
Agda: fix with separate data output
domenkozar 0e447b1
haskell: generic builder produces working binaries with separate outputs
domenkozar f6c946d
zsh-git-prompt: fix build for multiple outputs
domenkozar 23485c6
haskell: add tests covering ghcWith{Packages,Hoogle}
domenkozar 5d31589
elmPackages: statically link haskell deps in executables
domenkozar 35c51fd
elmPackages: properly override the whole dep tree
domenkozar 49af796
haskell generic builder: remove references only for .conf in libdir
domenkozar e62a5a8
haskell generic builder: add missing closing quote
bennofs 3dc0648
haskellPackages.happy: fix circular reference caused by separate bin
roberth 9027a69
haskell generic builder: make robust against missing lib directory
roberth 5ebdc4e
haskellPackages.hspec-{meta,discover}: resolve store reference cycles
roberth 9c9ff37
haskellPackages.uuagc-bootstrap: don't haddock
roberth 68cc2a4
haskell generic builder: broaden datadir removal from lib
roberth 709289b
haskell generic builder: avoid redundant lib output on darwin
roberth 981458a
haskell generic builder: use setup dependency libs
roberth 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
Oops, something went wrong.
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.
Is this related to the multiple-outputs changes or something else? Hardcoding the exact version number here also seems a little brittle. And why is the copy needed, shoudn't cabal install take care to install the wxc library?