agocorona / hplayground

Translate your console applications to run in the web browser and have reactive, window-oriented and spreadsheet effects for free. Widget combinators running in the browser with the Haste compiler
Other
60 stars 7 forks source link

cabal installs fails #3

Closed rivalitaet closed 9 years ago

rivalitaet commented 9 years ago

cabal install hplayground fails for me with the following error message:

Resolving dependencies...
Configuring hplayground-0.1.2.1...
Building hplayground-0.1.2.1...
Preprocessing library hplayground-0.1.2.1...
[1 of 3] Compiling Haste.HPlay.View ( src/Haste/HPlay/View.hs, dist/build/Haste/HPlay/View.o )
src/Haste/HPlay/View.hs:1258:10:
    Duplicate instance declarations:
      instance JSType JSString
        -- Defined at src/Haste/HPlay/View.hs:1258:10
      instance [overlap ok] JSType JSString -- Defined in ‘Haste.Perch’
Failed to install hplayground-0.1.2.1
cabal: Error: some packages failed to install:
hplayground-0.1.2.1 failed during the building phase. The exception was:
ExitFailure 1
agocorona commented 9 years ago

It does not compile with the last version of Perch.

I uploaded a new version of hplayground to hackage

do cabal update

and try it again

2014-11-22 0:43 GMT+01:00 Martin notifications@github.com:

cabal install hplayground haste-perch fails for me with the following error message:

Resolving dependencies... Configuring hplayground-0.1.2.1... Building hplayground-0.1.2.1... Preprocessing library hplayground-0.1.2.1... [1 of 3] Compiling Haste.HPlay.View ( src/Haste/HPlay/View.hs, dist/build/Haste/HPlay/View.o ) src/Haste/HPlay/View.hs:1258:10: Duplicate instance declarations: instance JSType JSString -- Defined at src/Haste/HPlay/View.hs:1258:10 instance [overlap ok] JSType JSString -- Defined in ‘Haste.Perch’ Failed to install hplayground-0.1.2.1 cabal: Error: some packages failed to install: hplayground-0.1.2.1 failed during the building phase. The exception was: ExitFailure 1

— Reply to this email directly or view it on GitHub https://github.com/agocorona/hplayground/issues/3.

Alberto.

rivalitaet commented 9 years ago

Thank you! Another question: is it on purpose, that the Modules on Hackage are not clickable anymore? image

agocorona commented 9 years ago

Do you mean that the tree do not expand/contract when clicked? I don´t know. It is something that depends on the documentation generator of hackage....

2014-11-22 15:10 GMT+01:00 Martin notifications@github.com:

Thank you! Another question: is it on purpose, that the Modules on Hackage are not clickable anymore? [image: image] https://cloud.githubusercontent.com/assets/959337/5154375/853c29cc-7259-11e4-8b9b-24b7831315f3.png

— Reply to this email directly or view it on GitHub https://github.com/agocorona/hplayground/issues/3#issuecomment-64081356.

Alberto.