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

Bytestring dependency #78

Closed paul-r-ml closed 10 years ago

paul-r-ml commented 10 years ago

Hi,

threepenny-gui 0.4.1 requires "bytestring >=0.9.2 && <0.11", however Graphics / UI / Threepenny / Internal / Driver.hs uses "LBS.fromStrict" which has been introduced in bytestring-0.10.0.0.

On my system (GHC 7.4.1 + HP), "cabal install threepenny-gui" fails because of that.

HeinrichApfelmus commented 10 years ago

This has been partially fixed in the develop for some time, but I think that the .cabal file does not track the right dependencies yet.

HeinrichApfelmus commented 10 years ago

Should be fixed in the master branch now, as of commit a88b3aabb42ab34397de9326d078650945d3a865 .