transient-haskell / axiom

Client-side and server-side web framework over Transient and GHCJS (Haskell to JavaScript compiler)
Other
68 stars 5 forks source link

src/GHCJS/HPlay/View.hs:930:29: error: Ambiguous occurrence ‘try’ #16

Open juhp opened 7 years ago

juhp commented 7 years ago

In Stackage Nightly build I tried to re-enable ghcjs-hplay:

Preprocessing library ghcjs-hplay-0.4.2...
[1 of 2] Compiling GHCJS.HPlay.View ( src/GHCJS/HPlay/View.hs, dist/build/GHCJS/HPlay/View.o )

src/GHCJS/HPlay/View.hs:930:29: error:
    Ambiguous occurrence ‘try’
    It could refer to either ‘Transient.Internals.try’,
                             imported from ‘Transient.Internals’ at src/GHCJS/HPlay/View.hs:108:1-71
                          or ‘GHCJS.HPlay.View.try’,
                             defined at src/GHCJS/HPlay/View.hs:944:1
agocorona commented 7 years ago

Ops. I did not have notice of this until now.

Ok I will fix it and enable it with a new name (axiom)