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

triangles: Fixed TH for GHC 8.10 #57

Merged
merged 3 commits into from
Apr 5, 2021
Merged

triangles: Fixed TH for GHC 8.10 #57

merged 3 commits into from
Apr 5, 2021

Conversation

cjay
Copy link
Contributor

@cjay cjay commented Mar 18, 2021

This is a breaking change from Language.Haskell.TH. Will not work with
GHC 8.8 anymore.

This either needs conditional compilation or the cabal file should require GHC >=8.10, or to be more explicit template-haskell >=2.16.0.0

This is a breaking change from Language.Haskell.TH. Will not work with
GHC 8.8 anymore.
@achirkin
Copy link
Owner

Thanks, @cjay! I think it makes more sense to add some CPP, even though I don't like contaminating another file with it :(. Could you please add it there?

Vulkan-tutorial.com replaced chalet with viking_room. The chalet files
can still be used, see Main.hs.
@cjay
Copy link
Contributor Author

cjay commented Mar 19, 2021

I added some CPP that works on 8.10. I haven't tested on 8.8 due to this bug with macOS that was fixed in 8.10, please test before merging :)

@achirkin achirkin merged commit c3bc08f into achirkin:master Apr 5, 2021
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

2 participants