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

Add support for generated Haskell modules. #211

Merged
merged 1 commit into from
Apr 12, 2018
Merged

Conversation

judah
Copy link
Collaborator

@judah judah commented Apr 10, 2018

Fixes #190.

Copy link
Member

@mrkkrp mrkkrp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mboes mboes merged commit 90cdd03 into tweag:master Apr 12, 2018
@judah judah deleted the genrule branch April 12, 2018 15:27
judah added a commit to FormationAI/rules_haskell that referenced this pull request May 7, 2018
It's not perfect, since GHC requires hs-boot files to be in the
exact same directory as the corresponding .hs file; so for example,
you can't have one be generated and one be a raw file.  But that seems
pretty straightforward to work around for now.
judah added a commit to FormationAI/rules_haskell that referenced this pull request May 7, 2018
It's not perfect, since GHC requires hs-boot files to be in the
exact same directory as the corresponding .hs file; so for example,
you can't have one be generated and one be a raw file.  But that seems
pretty straightforward to work around for now.
judah added a commit to FormationAI/rules_haskell that referenced this pull request May 8, 2018
It's not perfect, since GHC requires hs-boot files to be in the
exact same directory as the corresponding .hs file; so for example,
you can't have one be generated and one be a raw file.  But that seems
pretty straightforward to work around for now.
judah added a commit that referenced this pull request May 9, 2018
Follow-up to #211: allow generated `.hi-boot` files.
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.

3 participants