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 text-2.0 #262

Closed sjakobi closed 2 years ago

sjakobi commented 2 years ago

https://hackage.haskell.org/package/text-2.0/changelog


I'm currently building this with

cabal build --constraint 'text >= 2' --allow-newer=io-streams:text,websockets:text,snap-server:text,blaze-builder:text,snap-core:text,aeson:text,uuid-types:text,snap-core:hashable,scientific:text,text-short:text,strict:text,snap-server:attoparsec,io-streams-haproxy:attoparsec,snap-core:attoparsec

This is mainly blocked on aeson, which will need a new release. The other dependencies already build fine.


BTW: Merry Christmas, @HeinrichApfelmus and every else who sees this! :)

HeinrichApfelmus commented 2 years ago

Merry Christmas to you as well, @sjakobi ! πŸ˜ŠπŸŽ„βœ¨And thank you kindly for all your efforts! πŸ™

sjakobi commented 2 years ago

With the latest aeson I'm getting a clean build.

sjakobi commented 2 years ago

I've created a matching Hackage revision: https://hackage.haskell.org/package/threepenny-gui-0.9.1.0/revisions/