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

ghcWithHoogle: fix for ghcjs #22805

Merged
merged 1 commit into from Feb 15, 2017
Merged

ghcWithHoogle: fix for ghcjs #22805

merged 1 commit into from Feb 15, 2017

Conversation

basvandijk
Copy link
Member

@peti haskell.packages.ghcjs.ghcWithHoogle failed because the following line:

  for docdir in ${ghc.doc}/${docLibGlob}/*; do

failed because doc is not an attribute of ghc when ghc is substituted for ghcjs.

Since this problem also exists on 16.09 it would be great if this patch can be cherry-picked on release-16.09.

`haskell.packages.ghcjs.ghcWithHoogle` failed because the following line:

  for docdir in ${ghc.doc}/${docLibGlob}/*; do

failed because `doc` is not an attribute of `ghc` when `ghc` is
substituted for ghcjs.
@mention-bot
Copy link

@basvandijk, thanks for your PR! By analyzing the history of the files in this pull request, we identified @oxij, @cstrahan and @Profpatsch to be potential reviewers.

@peti peti merged commit cb2499a into NixOS:master Feb 15, 2017
@basvandijk
Copy link
Member Author

@peti thanks for the merge! Can we get the fix on 16.09 to please?

peti added a commit that referenced this pull request Feb 15, 2017
ghcWithHoogle: fix for ghcjs
(cherry picked from commit cb2499a)
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.

None yet

3 participants