You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The current version of
forsyde-deep
fails when compiled withghc-8.2.2
. It needs to be ported.The text was updated successfully, but these errors were encountered: