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
/tmp/stack18636/webkitgtk3-javascriptcore-0.13.2.0/Setup.hs:5:8:
Could not find module ‘Gtk2HsSetup’
Use -v to see a list of the files searched for.
I fixed it by adding the constraint webkitgtk3-javascriptcore < 0.13.2.
It's somewhat difficult to figure out what changes are made in the versions released to Hackage. Looking at the commit history of this project, I did not find a commit that changed the .cabal version to 0.13.2.0 (among other versions that appear on Hackage and not in the repository). It was only by looking through the .cabal files on Hackage and comparing them that I found the difference:
I ran into a problem similar to gtk2hs/gtk2hs#173:
I fixed it by adding the constraint
webkitgtk3-javascriptcore < 0.13.2
.It's somewhat difficult to figure out what changes are made in the versions released to Hackage. Looking at the commit history of this project, I did not find a commit that changed the
.cabal
version to 0.13.2.0 (among other versions that appear on Hackage and not in the repository). It was only by looking through the.cabal
files on Hackage and comparing them that I found the difference:The text was updated successfully, but these errors were encountered: