diff options
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 + |