packages feed

shine 0.2.0.1 → 0.2.0.2

raw patch · 2 files changed

+2/−2 lines, 2 files

Files

shine.cabal view
@@ -1,5 +1,5 @@ name: shine-version: 0.2.0.1+version: 0.2.0.2 cabal-version: >=1.8 build-type: Simple license: MIT
src/Graphics/Shine.hs view
@@ -61,7 +61,7 @@ customAttributesCanvas :: Document -> String -> JSM CanvasRenderingContext2D customAttributesCanvas doc attrs = do     Just body <- getBody doc-    setInnerHTML body $ Just canvasHtml+    setInnerHTML body canvasHtml     Just c <- getElementById doc "canvas"     toContext c   where canvasHtml :: String