diff options
author | Hendrik Jaeger <git-commit@henk.geekmail.org> | 2019-10-16 20:11:02 +0200 |
---|---|---|
committer | Hendrik Jaeger <git-commit@henk.geekmail.org> | 2019-10-16 20:11:02 +0200 |
commit | 853539c80ebe2124ff9191b48f717a4386d5faee (patch) | |
tree | a7f3d61980e4d7bd75c89e4d58d1a3dee1ab0f95 /src/Lib.hs |
stack new
Diffstat (limited to 'src/Lib.hs')
-rw-r--r-- | src/Lib.hs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Lib.hs b/src/Lib.hs new file mode 100644 index 0000000..d36ff27 --- /dev/null +++ b/src/Lib.hs @@ -0,0 +1,6 @@ +module Lib + ( someFunc + ) where + +someFunc :: IO () +someFunc = putStrLn "someFunc" |