packages feed

ghcjs-base 0.8.0.1 → 0.8.0.2

raw patch · 2 files changed

+3/−3 lines, 2 filesdep ~time

Dependency ranges changed: time

Files

JavaScript/Web/AnimationFrame.hs view
@@ -64,7 +64,7 @@  foreign import javascript unsafe "(() => { return { handle: null, callback: null }; })"   js_makeAnimationFrameHandle :: IO AnimationFrameHandle-foreign import javascript unsafe "(() => { return { handle: null, callback: $1 }; })"+foreign import javascript unsafe "(($1) => { return { handle: null, callback: $1 }; })"   js_makeAnimationFrameHandleCallback :: JSVal -> IO AnimationFrameHandle foreign import javascript unsafe "h$animationFrameCancel"   js_cancelAnimationFrame :: AnimationFrameHandle -> IO ()
ghcjs-base.cabal view
@@ -1,6 +1,6 @@ cabal-version:       3.0 name:                ghcjs-base-version:             0.8.0.1+version:             0.8.0.2 synopsis:            base library for GHCJS homepage:            http://github.com/ghcjs/ghcjs-base license:             MIT@@ -134,7 +134,7 @@                    scientific           >= 0.3.7 && < 0.4,                    vector               >= 0.10 && < 0.14,                    containers           >= 0.5  && < 0.8,-                   time                 >= 1.5  && < 1.13,+                   time                 >= 1.5  && < 1.15,                    hashable             >= 1.2  && < 1.5,                    unordered-containers >= 0.2  && < 0.3,                    attoparsec           >= 0.11 && < 0.15,