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

Build with ghc-8.9 + linear types patch #124

Merged
merged 4 commits into from
Jul 15, 2019
Merged

Build with ghc-8.9 + linear types patch #124

merged 4 commits into from
Jul 15, 2019

Conversation

facundominguez
Copy link
Member

No description provided.

@@ -18,15 +18,20 @@ source-repository head
location: https://github.com/tweag/inline-java
subdir: jni

flag ghc-head
Copy link
Member Author

Choose a reason for hiding this comment

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

Using impl(ghc > 8.9) instead of a flag, would probably cause the package to not build when ghc-8.9 is finally released.

The flag makes it more evident to users and build tools that the code we have here is only a transient solution for testing.

inline-java.cabal uses impl(ghc >= 8.9) because the code there is likely to remain valid.

@facundominguez facundominguez force-pushed the fd/ghc-8.9 branch 4 times, most recently from 1ba6e37 to eb34807 Compare July 13, 2019 19:41
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.

1 participant