From 1983893bf09a5c2ea1946e156be5da170075af7e Mon Sep 17 00:00:00 2001 From: eric thul Date: Sun, 5 Jul 2015 10:13:47 -0400 Subject: Updating for PureScript 0.7 Resolves #14 --- example/src/Foo.purs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'example/src/Foo.purs') diff --git a/example/src/Foo.purs b/example/src/Foo.purs index 3e3a04c..b234e0d 100644 --- a/example/src/Foo.purs +++ b/example/src/Foo.purs @@ -1,6 +1,9 @@ module Foo (foo) where -import Data.Maybe +import Prelude + import qualified Foo.Bar as B foo = "b" + +foo' = "c" -- cgit v1.2.3