ghcjs-dom-jsffi 0.5.0.2 → 0.6.0.0
raw patch · 2 files changed
+1/−5 lines, 2 files
Files
- ghcjs-dom-jsffi.cabal +1/−1
- src/GHCJS/DOM.hs +0/−4
ghcjs-dom-jsffi.cabal view
@@ -1,5 +1,5 @@ name: ghcjs-dom-jsffi-version: 0.5.0.2+version: 0.6.0.0 cabal-version: >=1.24 build-type: Simple license: MIT
src/GHCJS/DOM.hs view
@@ -3,7 +3,6 @@ module GHCJS.DOM ( currentWindow , currentDocument-, run , syncPoint , syncAfter , waitForAnimationFrame@@ -28,9 +27,6 @@ currentWindow = nullableToMaybe <$> ghcjs_currentWindow currentDocument :: IO (Maybe Document) currentDocument = nullableToMaybe <$> ghcjs_currentDocument--run :: Int -> IO () -> IO ()-run _ = id syncPoint :: IO () syncPoint = return ()