HeinrichApfelmus / threepenny-gui

GUI framework that uses the web browser as a display.
https://heinrichapfelmus.github.io/threepenny-gui/
Other
437 stars 77 forks source link

Allow transformers 0.6 #256

Closed sjakobi closed 1 year ago

sjakobi commented 2 years ago

https://hackage.haskell.org/package/transformers-0.6.0.0/changelog


Build command as of 2022-05-10:

cabal build --constraint 'transformers >= 0.6' -w ghc-8.10 --allow-newer=websockets-snap:mtl,io-streams:transformers,snap-server:mtl,io-streams-haproxy:transformers,snap-core:mtl,snap-core:transformers

Blocked on:

Bounds only (I guess):

HeinrichApfelmus commented 1 year ago

(bump)

sjakobi commented 1 year ago

I think this should wait until https://github.com/snapframework/snap-core/issues/313 is resolved, so we can actually check whether threepenny-gui is compatible with transformers-0.6.

HeinrichApfelmus commented 1 year ago

I think this should wait until https://github.com/snapframework/snap-core/issues/313 is resolved, so we can actually check whether threepenny-gui is compatible with transformers-0.6.

Ah, right, I didn't understand that.

sjakobi commented 1 year ago

I have created a matching Hackage revision: https://hackage.haskell.org/package/threepenny-gui-0.9.4.0/revisions/

HeinrichApfelmus commented 1 year ago

Thank you! 😊