Closed kdavids4 closed 9 months ago
Trying my hand at writing up the fix mentioned by maralorn here: https://github.com/ghcjs/ghcjs-dom/issues/101. When upgrading to GHC 9.0.2 compilation failed because some of the qualified imports were out of date. I have updated them.
Doing this in #103 (using CPP to support older GHC)
Trying my hand at writing up the fix mentioned by maralorn here: https://github.com/ghcjs/ghcjs-dom/issues/101. When upgrading to GHC 9.0.2 compilation failed because some of the qualified imports were out of date. I have updated them.