From bae3660a6295627cc9027824613ea558a4775539 Mon Sep 17 00:00:00 2001 From: Maxim Zimaliev Date: Mon, 26 Oct 2015 06:38:14 +0300 Subject: [PATCH] ... --- test/src/Test/Main.purs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/src/Test/Main.purs b/test/src/Test/Main.purs index 3c37f5e..bb3a425 100644 --- a/test/src/Test/Main.purs +++ b/test/src/Test/Main.purs @@ -4,7 +4,7 @@ import Prelude import Control.Monad.Eff (Eff()) import Control.Monad.Eff.Console (CONSOLE(), log) -import Text.Chalk +import Text.Chalky main :: Eff (console :: CONSOLE) Unit main = do