From fcfb944f77be9b6c23fac9d78e4fd47f4b264e89 Mon Sep 17 00:00:00 2001 From: Csaba Hruska Date: Thu, 4 Feb 2016 14:43:43 +0100 Subject: simplify example build process --- examples/Hello.hs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'examples/Hello.hs') diff --git a/examples/Hello.hs b/examples/Hello.hs index 081fd93..c93136b 100644 --- a/examples/Hello.hs +++ b/examples/Hello.hs @@ -11,6 +11,10 @@ import Codec.Picture as Juicy import Data.Aeson import qualified Data.ByteString as SB +---------------------------------------------------- +-- See: http://lambdacube3d.com/getting-started +---------------------------------------------------- + main :: IO () main = do Just pipelineDesc <- decodeStrict <$> SB.readFile "hello.json" -- cgit v1.2.3