javascript-extras 0.2.0.1 → 0.2.0.2
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
javascript-extras.cabal view
@@ -1,5 +1,5 @@ name: javascript-extras-version: 0.2.0.1+version: 0.2.0.2 synopsis: Extra javascript functions when using GHCJS description: Extra javascript functions when using GHCJS homepage: https://github.com/louispan/javascript-extras#readme
src/JavaScript/Extras/Number.hs view
@@ -11,7 +11,7 @@ foreign import javascript unsafe "Number.MAX_SAFE_INTEGER"- js_maxSafeInteger :: Int64+ js_maxSafeInteger :: Int #else