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

Enable recommended compatibility warnings, address them #215

Closed sjakobi closed 6 years ago

sjakobi commented 6 years ago

See https://ghc.haskell.org/trac/ghc/wiki/Migration/8.4#Recommendationsforforward-compatibility.

HeinrichApfelmus commented 6 years ago

Looks good to me, but there seem to be some build failures in Travis CI. Could you fix them? It looks like a line

import Control.Applicative (pure)

must be added somewhere in Reactive.Threepenny.Internal?

sjakobi commented 6 years ago

Thanks!