Skip to content

Commit bfec096

Browse files
committed
Use 0.2.10.1
1 parent b3eb4b1 commit bfec096

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Main.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,9 @@ examples =
180180
, ""
181181
, "foreign import data IO :: * -> *"
182182
, ""
183-
, "foreign import console :: { log :: String -> IO { } }"
183+
, "foreign import log \"function log(s) { return function() { console.log(s) }; }\" :: String -> IO { }"
184184
, ""
185-
, "main = console.log \"Hello World!\""
185+
, "main = log \"Hello World!\""
186186
]))
187187
, ("blocks",
188188
("Mutable Variables",

trypurescript.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ author: Phil Freeman
1313
data-dir: ""
1414

1515
executable trypurescript
16-
build-depends: base ==4.*, scotty -any, purescript ==0.2.9.1, containers -any,
16+
build-depends: base ==4.*, scotty -any, purescript ==0.2.10.1, containers -any,
1717
mtl -any, blaze-html -any, cmdtheline -any
1818
main-is: Main.hs
1919
buildable: True

0 commit comments

Comments
 (0)