haste-perch 0.1.0.7 → 0.1.0.8
raw patch · 3 files changed
+15/−6 lines, 3 files
Files
- Haste/Perch.hs +5/−5
- README.md +9/−0
- haste-perch.cabal +1/−1
Haste/Perch.hs view
@@ -110,11 +110,11 @@ -listen :: JSType event => Elem -> event -> a -> IO Bool -listen e event f= jsSetCB e (toJSString event) (mkCallback $! f) - - -foreign import ccall jsSetCB :: Elem -> JSString -> JSFun a -> IO Bool +--listen :: JSType event => Elem -> event -> a -> IO Bool +--listen e event f= jsSetCB e (toJSString event) (mkCallback $! f) +-- +-- +--foreign import ccall jsSetCB :: Elem -> JSString -> JSFun a -> IO Bool -- Leaf DOM nodes
README.md view
@@ -78,6 +78,15 @@ How to run ---------- +### Docker file + + +https://registry.hub.docker.com/u/agocorona/tryhplay/ + +Contains everything necessary to use haste-perch + +### install from scratch + install the ghc compiler install Haste:
haste-perch.cabal view
@@ -1,5 +1,5 @@ name: haste-perch -version: 0.1.0.7 +version: 0.1.0.8 cabal-version: >=1.10 build-type: Simple license: GPL-3