summaryrefslogtreecommitdiff
path: root/examples/Hello.hs
diff options
context:
space:
mode:
authorCsaba Hruska <csaba.hruska@gmail.com>2016-02-04 14:43:43 +0100
committerCsaba Hruska <csaba.hruska@gmail.com>2016-02-04 14:43:43 +0100
commitfcfb944f77be9b6c23fac9d78e4fd47f4b264e89 (patch)
treeeb65a4fe67b96341540463f3cd72026f07ca5c44 /examples/Hello.hs
parent580d3fb560f31e22d3040fe80642fbaea1e3a4d4 (diff)
simplify example build process
Diffstat (limited to 'examples/Hello.hs')
-rw-r--r--examples/Hello.hs4
1 files changed, 4 insertions, 0 deletions
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
11import Data.Aeson 11import Data.Aeson
12import qualified Data.ByteString as SB 12import qualified Data.ByteString as SB
13 13
14----------------------------------------------------
15-- See: http://lambdacube3d.com/getting-started
16----------------------------------------------------
17
14main :: IO () 18main :: IO ()
15main = do 19main = do
16 Just pipelineDesc <- decodeStrict <$> SB.readFile "hello.json" 20 Just pipelineDesc <- decodeStrict <$> SB.readFile "hello.json"