diff options
| author | sanine <sanine.not@pm.me> | 2023-11-21 10:11:19 -0600 | 
|---|---|---|
| committer | sanine <sanine.not@pm.me> | 2023-11-21 10:11:19 -0600 | 
| commit | d128c42a96110eceb3a82ff26263388efff20623 (patch) | |
| tree | 3c9f44b50dc395b7d952663c10bb545bb521be27 /src/Lib.hs | |
| parent | f9fc4d26ec5fca9ee175c8a6fbcdd0fa36f10947 (diff) | |
initial stack configuration
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"  | 
