Skip to content
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

haskell_toolchain tools as a list #854

Merged
merged 1 commit into from
Apr 30, 2019
Merged

haskell_toolchain tools as a list #854

merged 1 commit into from
Apr 30, 2019

Conversation

guibou
Copy link
Contributor

@guibou guibou commented Apr 30, 2019

haskell_toolchain tools attribute is now a list of
labels. Binaries (such as ghc, haddock, ...) are now located in
this list, first entries take precedence.

This is a backward incompatible change, but the conversion of
repository is trivial (i.e. add list bracket on your tools attribute).

Closes #848

@guibou guibou requested a review from mboes April 30, 2019 12:05
`haskell_toolchain` `tools` attribute is now a list of
labels. Binaries (such as `ghc`, `haddock`, ...) are now located in
this list, first entries take precedence.

This is a backward incompatible change, but the conversion of
repository is trivial (i.e. add list bracket on your `tools` attribute).

Closes #848
@guibou
Copy link
Contributor Author

guibou commented Apr 30, 2019

Thanks. The build failure is trivial (a new instance of tools to update which appears when I rebased on top of master). I'll merge once CI pass.

@guibou guibou merged commit 56b9142 into master Apr 30, 2019
@guibou guibou deleted the tools_as_list branch April 30, 2019 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Custom haddock executable
2 participants