hplayground icon indicating copy to clipboard operation
hplayground copied to clipboard

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

Results 3 hplayground issues
Sort by recently updated
recently updated
newest added

Hi, I cannot find it currently in stack: https://www.stackage.org/package/hplayground any plans to put it there? thanks, Alex.

I wasn't able find function that executes `Widget a` after some time, and implemented it by myself: ``` Haskell timeoutStore :: IORef [String] timeoutStore = unsafePerformIO $ newIORef [] storeTimeout...

Platform: Fedora 22 hastec: 0.5.0 https://github.com/agocorona/haste-perch/issues/12 is fixed, thus the following problems could be reproduced: ``` [ncrashed@MAIN hplayground]$ haste-inst install Resolving dependencies... Configuring hplayground-0.1.2.9... Building hplayground-0.1.2.9... Preprocessing library hplayground-0.1.2.9... src/Haste/HPlay/View.hs:156:49:...