initial skeleton from stack

This commit is contained in:
Stefan Dresselhaus
2017-02-06 13:33:43 +01:00
parent 334baf52bf
commit aaf5af3319
7 changed files with 149 additions and 17 deletions

6
src/Lib.hs Normal file
View File

@ -0,0 +1,6 @@
module Lib
( someFunc
) where
someFunc :: IO ()
someFunc = putStrLn "someFunc"