diff options
author | alexwl <alexey.a.kiryushin@gmail.com> | 2018-10-02 13:17:04 +0300 |
---|---|---|
committer | alexwl <alexey.a.kiryushin@gmail.com> | 2018-10-02 13:17:04 +0300 |
commit | cf2c56c7061b7ed40fdd3b40a352ddb9c9b7371f (patch) | |
tree | b1de9ada0f1b1cb064e3a9e0d4042d1f519085bd /test/test-package/app |
Initial commit
Diffstat (limited to 'test/test-package/app')
-rw-r--r-- | test/test-package/app/Main.hs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/test-package/app/Main.hs b/test/test-package/app/Main.hs new file mode 100644 index 0000000..5185ba4 --- /dev/null +++ b/test/test-package/app/Main.hs @@ -0,0 +1,7 @@ +module Main where + +import Lib + +main :: IO () +main = someFunc + |