From 3610dff1b8308a810d827f0595832b326deff37b Mon Sep 17 00:00:00 2001 From: eric thul Date: Sat, 18 Jul 2015 17:07:38 -0400 Subject: Add FFI JavaScript as a webpack dependency Resolves #18 --- example/src/Test.purs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'example/src/Test.purs') diff --git a/example/src/Test.purs b/example/src/Test.purs index d9f1b96..133a192 100644 --- a/example/src/Test.purs +++ b/example/src/Test.purs @@ -1,5 +1,7 @@ -module Test (test) where +module Test (test, testing) where import Prelude test = "a" + +foreign import testing :: String -- cgit v1.2.3