HeinrichApfelmus / threepenny-gui

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

Bump dependency upper version bounds #94

Closed RyanGlScott closed 9 years ago

RyanGlScott commented 9 years ago

This bumps up the upper version bounds of aeson, text, websockets, and websockets-snap to allow the latest versions of each to be used with threepenny-gui. This also introduces a fix for the recent network/network-uri split

HeinrichApfelmus commented 9 years ago

Thanks! Did you check that the package compiles with the new versions and that the examples still work? Sometimes, new library versions break the package.

(The Travis build uses an older version of GHC and isn't much help here.)

RyanGlScott commented 9 years ago

The changes to each package were mostly just the addition of new features. threepenny-gui and its examples still build correctly, and all of the examples I tried seemed to work.

HeinrichApfelmus commented 9 years ago

Great, thanks! I hope to get around to applying the patch in a couple of weeks.

HeinrichApfelmus commented 9 years ago

Merging, thanks!

HeinrichApfelmus commented 9 years ago

Probably solves fpco/stackage#295 .