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

Not compatible with ghc-8.2 #37

Open
ugeorge opened this issue Jan 24, 2018 · 1 comment
Open

Not compatible with ghc-8.2 #37

ugeorge opened this issue Jan 24, 2018 · 1 comment

Comments

@ugeorge
Copy link
Member

ugeorge commented Jan 24, 2018

The current version of forsyde-deep fails when compiled with ghc-8.2.2. It needs to be ported.

@ugeorge ugeorge added this to the Official release on HackageDB milestone Jan 24, 2018
@ugeorge
Copy link
Member Author

ugeorge commented Jan 24, 2018

TH new imports are easily fixed. A bigger problem arises due to the changes in the Data.Typeable module as per the migration to 8.2. This means that whatever is in TypeLib from line 189 onwards will be different between versions 8.2 and higher and the previous ones, as there are new types, new constructors and so on... An idea would be to split that part into two modules and do a conditional import. Further inquiry needed!

ugeorge pushed a commit to ugeorge/forsyde-deep that referenced this issue Jan 24, 2018
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

No branches or pull requests

1 participant