ghcjs / ghcjs-dom

Make Document Object Model (DOM) apps that run in any browser and natively using WebKitGtk
74 stars 41 forks source link

Update package qualified imports for ghc 9 #102

Closed kdavids4 closed 9 months ago

kdavids4 commented 2 years 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.

hamishmack commented 9 months ago

Doing this in #103 (using CPP to support older GHC)