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

json dependency is too restrictive #63

Closed ocharles closed 10 years ago

ocharles commented 10 years ago

json 0.7 is now out, which is what we have packaged in NixOS. This means that I can't build threepenny-gui on NixOS, as threepenny-gui requires json < 0.6.

HeinrichApfelmus commented 10 years ago

Thanks a lot for the report, Oliver! I have relaxed the upper bound and pushed v0.4.0.1 to hackage.

ocharles commented 10 years ago

Yep, that's working a treat now. Thanks!

ocharles commented 10 years ago

Whoops, double post. Excuse my poor caches :(

HeinrichApfelmus commented 10 years ago

As of commit a8962de233a7500722edd7ac492920d9a517819b , the library no longer depends on the json package. We're using the aeson package instead, which snap already depends on.

ocharles commented 10 years ago

That sounds like a much better choice :)