react-haskell icon indicating copy to clipboard operation
react-haskell copied to clipboard

Failed to install

Open elliotstokes opened this issue 9 years ago • 0 comments
trafficstars

Im just trying out ghcjs and came across these react bindings. When I install via cabal though I get the following error

[ 1 of 15] Compiling React.GHCJS      ( src/React/GHCJS.hs, dist/dist-sandbox-ce49f728/build/React/GHCJS.js_o )

src/React/GHCJS.hs:52:28:
    Module
    ‘GHCJS.DOM.Document’
    does not export
    ‘documentGetElementById’
cabal: Error: some packages failed to install:
ghcjs-dom-hello-2.0.0.0 depends on react-haskell-2.0.1 which failed to
install.

Am I missing something - I might be wrong but it looks like the function got renamed to getElementById?

Cheers

elliotstokes avatar Dec 23 '15 16:12 elliotstokes